Update status bar config

This commit is contained in:
klg 2020-03-02 08:15:22 +01:00
parent 8781a725f4
commit 5654026c71
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 5172C21B0F825C92
1 changed files with 22 additions and 3 deletions

25
config
View File

@ -94,9 +94,28 @@ bindsym Up resize shrink height 10 px or 10 ppt
}
bar {
position top
status_command i3status --config ~/.config/i3/i3status.conf
}
font pango:monospace 8
mode dock
hidden_state hide
position top
status_command /home/konrad/opt/i3status-rust/target/release/i3status-rs
i3bar_command i3bar
workspace_buttons yes
strip_workspace_numbers no
tray_output primary
colors {
background #2b303b
statusline #dcdcdc
separator #666666
focused_workspace #421304 #dd9815 #421304
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #2b303b #888888
urgent_workspace #d62246 #ef476f #d4f4dd
binding_mode #2f343a #900000 #ffffff
}
font pango:monospace 9
}