i3: Colorize, add colors to bar

This commit is contained in:
Salt 2018-11-03 01:08:16 -05:00
parent 690e2a7e96
commit c2937e440c

View File

@ -52,7 +52,7 @@ set_from_resource $cyan2 color14 #8ec07c
set_from_resource $fg color15 #ebdbb2
# Set up titlebar and i3bar fonts
font pango:Roboto 10
font pango:Inconsolata Bold 10
# Titlebar and borders
hide_edge_borders smart
@ -84,10 +84,10 @@ focus_on_window_activation none
# Apply colors to i3
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
client.focused $blue2 $blue2 $bg $bgm $blue2
client.focused_inactive $blue $blue $bg $bgm $bgm
client.focused_inactive $bgm $blue $bg $bgm $bgm
client.unfocused $bgm $bg $blue $bg $bgm
client.urgent $yellow2 $bg $yellow2 $yellow $bg
client.placeholder $purple2 $bg $purple2 $purple $bg
client.placeholder $purple2 $bg $purple2 $purple $purple2
client.background $bg
###################
@ -224,5 +224,16 @@ bindsym $mod+r mode "resize"
bar {
status_command i3status
colors {
background $bg
statusline $fg
separator $bgm
focused_workspace $bg $bg $blue
active_workspace $bg $bg $bgm
inactive_workspace $bg $bg $fg
urgent_workspace $bg $bg $yellow
binding_mode $bg $bg $bgm
}
}