summaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-09-05 19:40:52 -0500
committerBlaise Thompson <blaise@untzag.com>2017-09-05 19:40:52 -0500
commit17aac7f017b67f0f73827dc28f7e987c8fa92461 (patch)
tree2e60ef8cf95b660830b28c41b232ed6a14656902 /i3/config
parent2094c690a116c8447dbafd89f1eb6d209df20dd0 (diff)
i3status
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config21
1 files changed, 13 insertions, 8 deletions
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