From c106245c1407bb4b0f3aa7a2b5f63a9721d5a510 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 30 Jul 2026 12:36:20 +0200 Subject: [PATCH] update colors re-align colors --- i3/.config/i3/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2f9b3b3..619a0b1 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -135,7 +135,17 @@ bindsym --release XF86MonBrightnessUp exec --no-startup-id brightnessctl set 5%+ # Screenshot (use scrot instead of grim) bindsym Print exec scrot ~/Pictures/screenshot-%Y-%m-%d-%H%M%S.png + +#class border background text indicator child_border +client.focused #ffffff #ffffff #000000 #ffffff #ffffff + # Status bar (use i3bar + i3status) bar { status_command i3status + + colors { + #class border background text + focused_workspace #ffffff #ffffff #000000 + inactive_workspace #333333 #333333 #ffffff + } }