fixed hyprland + others...

This commit is contained in:
2026-06-24 23:49:31 -05:00
parent f4572eaaad
commit b887f7ad65
12 changed files with 101 additions and 76 deletions
+17 -17
View File
@@ -1,21 +1,21 @@
hl.config({
decoration = {
rounding = 0,
rounding_power = 0,
decoration = {
rounding = 0,
rounding_power = 0,
-- Change transparency of focused and unfocused windows
active_opacity = 1.0,
inactive_opacity = 0.9,
-- Change transparency of focused and unfocused windows
active_opacity = 0.9,
inactive_opacity = 0.8,
shadow = {
enabled = false,
},
shadow = {
enabled = false,
},
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
},
}
})
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
},
},
})