Merge branch 'master' of git.hackbever.be:Chewing_Bever/dotfiles
commit
91463141a0
|
@ -292,6 +292,9 @@ bar {
|
||||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||||
position bottom
|
position bottom
|
||||||
tray_output primary
|
tray_output primary
|
||||||
|
mode hide
|
||||||
|
hidden_state hide
|
||||||
|
modifier none
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
background #222222
|
background #222222
|
||||||
|
@ -302,3 +305,5 @@ bar {
|
||||||
urgent_workspace #2f343a #900000 #ffffff
|
urgent_workspace #2f343a #900000 #ffffff
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bindsym $mod+c bar hidden_state toggle
|
||||||
|
|
Loading…
Reference in New Issue