diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-03-05 09:06:47 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-03-05 09:06:47 +0300 |
| commit | 9966647396e560552663d4ae0d4d28abdd94187b (patch) | |
| tree | 1d8c53445839a2de8c78a126f26a9e81c2345408 /dotfiles/.config/niri/config.kdl | |
| parent | 304c47aee023a6eeb502832e6a8b7d1ccb61910e (diff) | |
| download | swayrice-9966647396e560552663d4ae0d4d28abdd94187b.tar.gz swayrice-9966647396e560552663d4ae0d4d28abdd94187b.zip | |
niri: improve border and tab visibilityniri
* Change the gradient to be more contrasty.
* Make tabs wider so that it's easier to notice them and aim for them
with the mouse.
Diffstat (limited to 'dotfiles/.config/niri/config.kdl')
| -rw-r--r-- | dotfiles/.config/niri/config.kdl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index b968948..fa4b408 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -164,7 +164,7 @@ layout { // active-color "#5b8277" // inactive-color "#4d4d42" - active-gradient from="#1f5c9a" to="#99d0b5" angle=60 + active-gradient from="#89b6a0" to="#0fc0d0" angle=90 inactive-gradient from="#252832" to="#676775" angle=45 } @@ -211,16 +211,16 @@ layout { // off // hide-when-single-tab place-within-column - gap 3 - width 6 + gap 0 + width 10 length total-proportion=0.8 // position "bottom" - gaps-between-tabs 3 - // corner-radius 8 - active-color "#99d0b5" - // inactive-color "gray" - active-gradient from="#1f5c9a" to="#99d0b5" angle=180 - inactive-gradient from="#000000" to="#252832" angle=180 + gaps-between-tabs 6 + corner-radius 2 + // active-color "#89b6a0" + // inactive-color "#ccbe99" + active-gradient from="#0fc0d0" to="#89b6a0" angle=180 + inactive-gradient from="#000000" to="#ccbe99" angle=180 } } |
