mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02: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…
x
Reference in New Issue
Block a user