From 17aac7f017b67f0f73827dc28f7e987c8fa92461 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 5 Sep 2017 19:40:52 -0500 Subject: i3status --- i3/config | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index bbf008a..f334c81 100644 --- a/i3/config +++ b/i3/config @@ -124,7 +124,7 @@ mode "resize" { bindsym l resize shrink height 10 px or 10 ppt bindsym semicolon resize grow width 10 px or 10 ppt - # same bindings, but for the arrow keys + # same bindings, but for the arrow keyS bindsym Left resize shrink width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt @@ -141,15 +141,20 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { status_command i3status + colors { + background #373b41 + focused_workspace #373b41 #373b41 #ffffff + inactive_workspace #373b41 #373b41 #888888 + } } -# colors +# colors --- https://github.com/chriskempson/tomorrow-theme # class border backgr. text indicator child_border -client.focused #1d1f21 #373b41 #ffffff #2e9ef4 #285577 -client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a -client.unfocused #1d1f21 #1d1f21 #888888 #292d2e #222222 -client.urgent #ffffff #900000 #ffffff #900000 #900000 -client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.focused #373b41 #373b41 #ffffff #373b41 #373b41 +client.focused_inactive #282a2e #282a2e #ffffff #292d2e #282a2e +client.unfocused #282a2e #282a2e #888888 #292d2e #282a2e +client.urgent #282a2e #900000 #ffffff #900000 #900000 +client.placeholder #282a2e #0c0c0c #ffffff #000000 #0c0c0c -client.background #ffffff +client.background #373b41 -- cgit v1.2.3