This commit is contained in:
2026-05-03 09:50:59 +02:00
parent 3b95abfa4c
commit fe85ff1006
38 changed files with 205 additions and 145 deletions
+11
View File
@@ -342,7 +342,18 @@ layer-rule {
open-maximized true
}
window-rule {
// Rounded corners for a modern look.
geometry-corner-radius 20
// Clips window contents to the rounded corner boundaries.
clip-to-geometry true
}
debug {
// Allows notification actions and window activation from Noctalia.
honor-xdg-activation-with-invalid-serial
}
window-rule {
geometry-corner-radius 12
+8 -8
View File
@@ -1,14 +1,14 @@
layout {
focus-ring {
active-color "#d5bbff"
inactive-color "#141316"
active-color "#4edad4"
inactive-color "#0c141b"
urgent-color "#ffb4ab"
}
border {
active-color "#d5bbff"
inactive-color "#141316"
active-color "#4edad4"
inactive-color "#0c141b"
urgent-color "#ffb4ab"
}
@@ -17,19 +17,19 @@ layout {
}
tab-indicator {
active-color "#d5bbff"
inactive-color "#543587"
active-color "#4edad4"
inactive-color "#00504d"
urgent-color "#ffb4ab"
}
insert-hint {
color "#d5bbff80"
color "#4edad480"
}
}
recent-windows {
highlight {
active-color "#d5bbff"
active-color "#4edad4"
urgent-color "#ffb4ab"
}
}