l
This commit is contained in:
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user