Hide i3bar also on default monitor

This commit is contained in:
Tobias Schmidl 2014-01-16 13:47:27 +01:00
parent 70d48919f3
commit 92ecaeeaee

View file

@ -208,6 +208,8 @@ bar {
output xinerama-0 output xinerama-0
tray_output xinerama-0 tray_output xinerama-0
status_command i3status status_command i3status
mode hide
hidden_state hide
position top position top
colors { colors {
# background is S_base03 # background is S_base03
@ -245,8 +247,6 @@ bar {
inactive_workspace #002b36 #002b36 #839496 inactive_workspace #002b36 #002b36 #839496
urgent_workspace #002b36 #dc322f #002b36 urgent_workspace #002b36 #dc322f #002b36
} }
} }
exec startup.sh exec startup.sh