mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Chore: update hyprland config
This commit is contained in:
parent
77950b7caf
commit
5706329ff6
1 changed files with 8 additions and 8 deletions
|
@ -89,14 +89,14 @@
|
||||||
popups = true;
|
popups = true;
|
||||||
popups_ignorealpha = 0.6;
|
popups_ignorealpha = 0.6;
|
||||||
};
|
};
|
||||||
# Shadow
|
shadow = {
|
||||||
drop_shadow = true;
|
enabled = true;
|
||||||
shadow_ignore_window = true;
|
ignore_window = true;
|
||||||
shadow_range = 20;
|
range = 20;
|
||||||
shadow_offset = "0 2";
|
offset = "0 2";
|
||||||
shadow_render_power = 4;
|
render_power = 4;
|
||||||
"col.shadow" = "rgba(0000002A)";
|
color = "rgba(0000002A)";
|
||||||
|
};
|
||||||
|
|
||||||
# Dim
|
# Dim
|
||||||
dim_inactive = false;
|
dim_inactive = false;
|
||||||
|
|
Loading…
Reference in a new issue