aboutsummaryrefslogtreecommitdiff
path: root/home/rices
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-20 13:37:23 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-20 13:37:23 +0200
commit6dbc0f8684cf3af530ea964ca18567a6b14a7ebc (patch)
treeb96a6ea3fe6bcf8a893d36f1b71a069d36b21a2d /home/rices
parente86b5445aabfa98477c4524edc47031da8122fb8 (diff)
Added extra style rules for shading, border colors, and other things
Diffstat (limited to 'home/rices')
-rw-r--r--home/rices/finals/niri/kdl/style.kdl46
1 files changed, 46 insertions, 0 deletions
diff --git a/home/rices/finals/niri/kdl/style.kdl b/home/rices/finals/niri/kdl/style.kdl
index 46ec587..6b0f784 100644
--- a/home/rices/finals/niri/kdl/style.kdl
+++ b/home/rices/finals/niri/kdl/style.kdl
@@ -5,22 +5,67 @@ cursor {
hide-after-inactive-ms 10000
}
+hotkey-overlay {
+ skip-at-startup
+}
+
layout {
gaps 15
focus-ring { off; }
border {
on
width 3
+ active-gradient angle=135 from="#f69ecf" in="oklch shorter hue" relative-to="window" to="#5bcefa"
+ inactive-gradient angle=135 from="#f69ecf" in="oklch shorter hue" relative-to="window" to="#ff9a56"
+ }
+ tab-indicator {
+ hide-when-single-tab
+ gap 2
+ width 5
+ length total-proportion=0.500000
+ position "left"
+ gaps-between-tabs 0
+ corner-radius 3
+ active-color "#5bcefa"
+ inactive-color "#3c3836"
}
default-column-width
center-focused-column "never"
}
window-rule {
+ match is-floating=true
+ shadow {
+ on
+ offset x=0 y=0
+ softness 40
+ color "#bab9e5af"
+ inactive-color "#fa9d99af"
+ }
+}
+
+window-rule {
geometry-corner-radius 1
clip-to-geometry true
}
+window-rule {
+ match is-window-cast-target=true
+ border {
+ on
+ active-gradient angle=135 \
+ from="#64de50" \
+ in="oklch shorter hue" \
+ relative-to="window" \
+ to="#5bcefa"
+ inactive-gradient angle=135 \
+ from="#64de50" \
+ in="oklch shorter hue" \
+ relative-to="window" \
+ to="#ff9a56"
+ }
+}
+
layer-rule {
match namespace="launcher"
geometry-corner-radius 10
@@ -28,6 +73,7 @@ layer-rule {
on
offset x=0 y=0
softness 40
+ color "#bab9e5af"
}
baba-is-float true
}