Hide i3bar also on default monitor
This commit is contained in:
parent
70d48919f3
commit
92ecaeeaee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue