diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/.config/niri/config.kdl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/desktop/.config/niri/config.kdl b/desktop/.config/niri/config.kdl index 5bd2239..3fc9b01 100644 --- a/desktop/.config/niri/config.kdl +++ b/desktop/.config/niri/config.kdl @@ -50,10 +50,19 @@ layout { border { width 4 - active-color "#ffc87f" - inactive-color "#505050" + active-color "#aa85e1" + inactive-color "#21222d" urgent-color "#9b0000" } + + tab-indicator { + width 9 + gap 0 + place-within-column + length total-proportion=1.0 + position "left" + active-color "#e78a4e" + } } spawn-at-startup "openrc" "--user" "gui" |