diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-29 00:23:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 00:23:05 +0200 |
| commit | 95ef7475603fbde763ebd756d5e7ab1fa603c1af (patch) | |
| tree | 375e141ad49e8ce4d5b1d1a08dd368d0ee3ebf8b | |
| parent | 43c32c211d66e6aec233473341b1031c45a01e6c (diff) | |
daily-ish update
| -rw-r--r-- | cfg/i3/config | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index 0bf97e1..f48a2b7 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -119,13 +119,13 @@ bar { font pango:chirufont 10 position top colors { - background #000000 - statusline #ffffff - separator #ffffff - focused_workspace #000000 #ffffff #000000 - active_workspace #000000 #ffffff #000000 - inactive_workspace #000000 #000000 #ffffff - urgent_workspace #000000 #000000 #ffffff + background #0f0f0f + statusline #992020 + separator #992020 + focused_workspace #0f0f0f #992020 #0f0f0f + active_workspace #0f0f0f #992020 #0f0f0f + inactive_workspace #0f0f0f #0f0f0f #992020 + urgent_workspace #0f0f0f #0f0f0f #992020 } } @@ -135,9 +135,10 @@ bar { exec --no-startup-id ibus-daemon -drx exec --no-startup-id nm-applet exec --no-startup-id xsetroot -cursor_name left_ptr -exec --no-startup-id xsetroot -solid "#0f3f0f" -exec --no-startup-id feh --bg-fill ~/Pictures/halftone-X298Up.png +exec --no-startup-id xsetroot -solid "#1f1f1f" +exec --no-startup-id feh --bg-fill ~/Pictures/halftone-red0.png exec --no-startup-id picom +exec --no-startup-id kwalletd6 # ------------------------- # reload / restart / exit |