mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +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_ignorealpha = 0.6;
|
||||
};
|
||||
# Shadow
|
||||
drop_shadow = true;
|
||||
shadow_ignore_window = true;
|
||||
shadow_range = 20;
|
||||
shadow_offset = "0 2";
|
||||
shadow_render_power = 4;
|
||||
"col.shadow" = "rgba(0000002A)";
|
||||
|
||||
shadow = {
|
||||
enabled = true;
|
||||
ignore_window = true;
|
||||
range = 20;
|
||||
offset = "0 2";
|
||||
render_power = 4;
|
||||
color = "rgba(0000002A)";
|
||||
};
|
||||
|
||||
# Dim
|
||||
dim_inactive = false;
|
||||
|
|
Loading…
Reference in a new issue