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 + } }