niri: set background and toggle (dark/light)

This commit is contained in:
2026-05-20 22:25:26 +02:00
parent 65e82799d6
commit dfd9b52488
4 changed files with 23 additions and 1 deletions

View File

@@ -321,3 +321,5 @@ binds {
Mod+Shift+P { power-off-monitors; }
}
include "dark.kdl"

View File

@@ -0,0 +1,9 @@
layout {
background-color "#414853"
focus-ring {
width 4
active-color "#5396c7"
inactive-color "#505050"
}
}

View File

@@ -0,0 +1,3 @@
layout {
background-color "#c0c1c2"
}