1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: added nvidia support in containters, enabled resolvconf & updated some configs

This commit is contained in:
xnm
2024-11-23 17:11:09 +02:00
parent 8dcff38a63
commit c92884a39a
5 changed files with 17 additions and 8 deletions

View File

@@ -69,12 +69,14 @@ decoration {
passes = 2
}
drop_shadow = yes
shadow_range = 15
shadow_offset = 0, 0
shadow_render_power = 3
col.shadow = $teal
col.shadow_inactive = 0xff$baseAlpha;
shadow {
enabled = true;
range = 15
render_power = 3
offset = 0, 0
color = $teal
color_inactive = 0xff$baseAlpha;
}
active_opacity = 0.7
inactive_opacity = 0.7