Skip to content

Commit 843bf7a

Browse files
committed
Fix hyprland config
1 parent 1e701c4 commit 843bf7a

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.config/hypr/hyprland.conf

+16-8
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,29 @@ general {
7070
allow_tearing = false
7171
}
7272

73+
# https://wiki.hyprland.org/Configuring/Variables/#decoration
7374
decoration {
74-
# See https://wiki.hyprland.org/Configuring/Variables/ for more
75-
7675
rounding = 10
77-
76+
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
7889
blur {
7990
enabled = true
8091
size = 3
8192
passes = 1
82-
}
8393

84-
drop_shadow = yes
85-
shadow_range = 4
86-
shadow_render_power = 3
87-
col.shadow = rgba(1a1a1aee)
94+
vibrancy = 0.1696
95+
}
8896
}
8997

9098
animations {

0 commit comments

Comments
 (0)