We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e701c4 commit 843bf7aCopy full SHA for 843bf7a
.config/hypr/hyprland.conf
@@ -70,21 +70,29 @@ general {
70
allow_tearing = false
71
}
72
73
+# https://wiki.hyprland.org/Configuring/Variables/#decoration
74
decoration {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
75
-
76
rounding = 10
77
+
+ # Change transparency of focused and unfocused windows
78
+ active_opacity = 1.0
79
+ inactive_opacity = 1.0
80
81
+ shadow {
82
+ enabled = true
83
+ range = 4
84
+ render_power = 3
85
+ color = rgba(1a1a1aee)
86
+ }
87
88
+ # https://wiki.hyprland.org/Configuring/Variables/#blur
89
blur {
90
enabled = true
91
size = 3
92
passes = 1
- }
93
- drop_shadow = yes
- shadow_range = 4
- shadow_render_power = 3
- col.shadow = rgba(1a1a1aee)
94
+ vibrancy = 0.1696
95
96
97
98
animations {
0 commit comments