feat(hyprland): add drop shadow
This commit is contained in:
parent
21db39a399
commit
a987a6dcd4
1 changed files with 6 additions and 5 deletions
|
|
@ -120,13 +120,14 @@ in
|
||||||
gaps_in = "5";
|
gaps_in = "5";
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = "5";
|
rounding = "10";
|
||||||
drop_shadow = "true";
|
drop_shadow = "true";
|
||||||
shadow_range = "10";
|
shadow_range = "25";
|
||||||
shadow_render_power = "3"; # int [1-4]
|
shadow_render_power = "1"; # int [1-4]
|
||||||
shadow_offset = "0 5"; # vec2 [0, 0]
|
shadow_offset = "0 5"; # vec2 [0, 0]
|
||||||
shadow_scale = "0.5"; # float [0.0-1.0]
|
# shadow_scale = "0.8"; # float [0.0-1.0]
|
||||||
"col.shadow" = "rgba(00000099)";
|
# col.shadow = rgba(1a1a1aee)
|
||||||
|
"col.shadow" = "rgba(1a1a1a2f)";
|
||||||
};
|
};
|
||||||
plugin = {
|
plugin = {
|
||||||
hy3 = {
|
hy3 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue