Hide things on some bars
This commit is contained in:
parent
dccf1b1b75
commit
21a53958d9
1 changed files with 3 additions and 0 deletions
|
@ -92,11 +92,14 @@ exec dex -as ~/.config/autostart
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
|
tray_output none
|
||||||
}
|
}
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3status-rs ~/.config/i3/status.toml
|
status_command i3status-rs ~/.config/i3/status.toml
|
||||||
position top
|
position top
|
||||||
|
workspace_buttons no
|
||||||
|
binding_mode_indicator no
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
statusline #dddddd
|
statusline #dddddd
|
||||||
|
|
Loading…
Reference in a new issue