feat(hyprland): change opacity and blur settings

This commit is contained in:
tux
2025-07-10 09:22:33 +05:30
parent e43bd6cc1a
commit 35554f240c

View File

@@ -67,14 +67,14 @@
# See https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = {
rounding = rounding;
active_opacity = 1.0;
inactive_opacity = 1.0;
active_opacity = 0.95;
inactive_opacity = 0.95;
fullscreen_opacity = 1.0;
blur = {
enabled = true;
size = 7;
passes = 4;
size = 6;
passes = 3;
new_optimizations = true;
xray = true;
special = true;