feat: enable shadow and swayosd

This commit is contained in:
Ahwx 2026-02-04 17:42:31 +01:00
parent 16262c2f19
commit ef52a0fad8

View file

@ -89,6 +89,8 @@
}
'';
services.swayosd.enable = true;
wayland.windowManager.hyprland = {
settings = {
@ -198,6 +200,13 @@
inactive_opacity = 0.75;
# fullscreen_opacity = 1.0;
shadow = {
enabled = true;
render_power = 4;
ignore_window = true;
# offset = [ ];
};
blur = {
enabled = true;
size = 7;