mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-01-17 15:33:28 -08:00
fixed depreciated shadow settings
This commit is contained in:
parent
fc258b6b87
commit
f9862f40bc
1 changed files with 5 additions and 2 deletions
|
@ -96,9 +96,12 @@ in
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration = {
|
||||
shadow_offset = "5 5";
|
||||
shadow = {
|
||||
enabled = true;
|
||||
color = "rgba(00000099)"
|
||||
range = 5;
|
||||
};
|
||||
rounding = 5;
|
||||
"col.shadow" = "rgba(00000099)";
|
||||
};
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
|
|
Loading…
Reference in a new issue