mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
hyprland: fix renamed shadow options
This commit is contained in:
parent
26ac16c723
commit
98fa1573c4
@ -98,9 +98,11 @@ in
|
|||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 0;
|
rounding = 0;
|
||||||
drop_shadow = true;
|
|
||||||
shadow_range = 30;
|
shadow = {
|
||||||
shadow_render_power = 3;
|
range = 30;
|
||||||
|
render_power = 3;
|
||||||
|
};
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user