Made bar toggleable
parent
40a8906b56
commit
c406f62ad6
|
@ -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
|
||||||
|
|
|
@ -79,7 +79,7 @@ markup=pango
|
||||||
# Players online on Karaoke server
|
# Players online on Karaoke server
|
||||||
[karaoke]
|
[karaoke]
|
||||||
label=M
|
label=M
|
||||||
command=mcstatus karaoke.roosens.me status | grep -o '[0-9]*/[0-9]*'
|
command=mcstatus rustybever.be status | grep -o '[0-9]*/[0-9]*'
|
||||||
color=#96c6f8
|
color=#96c6f8
|
||||||
interval=60
|
interval=60
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue