This commit is contained in:
Eduard Tolosa 2019-07-07 19:26:17 -05:00
parent 790005a6ec
commit 4485eba99e

View file

@ -36,11 +36,11 @@ workspace_layout tabbed
focus_follows_mouse no focus_follows_mouse no
# color # color
set $bg-color #2f3035 #set $bg-color #2f3035
set $inactive-bg-color #151416 #set $inactive-bg-color #151416
set $text-color #f3f4f5 #set $text-color #f3f4f5
set $inactive-text-color #f3f4f5 #set $inactive-text-color #f3f4f5
set $urgent-bg-color #E53935 #set $urgent-bg-color #E53935
##### Programs to run at startup ##### ##### Programs to run at startup #####
@ -239,10 +239,10 @@ bindsym $mod+r mode "resize"
# window colors # window colors
# border background text indicator # border background text indicator
client.focused $bg-color $bg-color $text-color $text-color #client.focused $bg-color $bg-color $text-color $text-color
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color #client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color #client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color #client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)