From 5654026c71862881728a04e709007b5f3006becb Mon Sep 17 00:00:00 2001 From: klg Date: Mon, 2 Mar 2020 08:15:22 +0100 Subject: [PATCH] Update status bar config --- config | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/config b/config index fc61b76..a448369 100644 --- a/config +++ b/config @@ -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 +}