niri: set background and toggle (dark/light)
This commit is contained in:
@@ -321,3 +321,5 @@ binds {
|
||||
|
||||
Mod+Shift+P { power-off-monitors; }
|
||||
}
|
||||
|
||||
include "dark.kdl"
|
||||
|
||||
9
niri/.config/niri/dark.kdl
Normal file
9
niri/.config/niri/dark.kdl
Normal file
@@ -0,0 +1,9 @@
|
||||
layout {
|
||||
background-color "#414853"
|
||||
|
||||
focus-ring {
|
||||
width 4
|
||||
active-color "#5396c7"
|
||||
inactive-color "#505050"
|
||||
}
|
||||
}
|
||||
3
niri/.config/niri/light.kdl
Normal file
3
niri/.config/niri/light.kdl
Normal file
@@ -0,0 +1,3 @@
|
||||
layout {
|
||||
background-color "#c0c1c2"
|
||||
}
|
||||
Reference in New Issue
Block a user