fix hyprpanel size

This commit is contained in:
notgne2 2025-10-16 13:58:14 -07:00
parent b53133297f
commit e831ca5f0a
No known key found for this signature in database

View file

@ -77,7 +77,6 @@ in {
};
programs.hyprlock.enable = true;
# services.swaync.enable = true;
wayland.windowManager.hyprland = {
enable = true;
@ -294,7 +293,13 @@ in {
notification.opacity = 60;
bar = {
transparent = true;
buttons.background_opacity = 60;
outer_spacing = "0";
buttons = {
background_opacity = 60;
padding_x = "0.4rem";
padding_y = "0.1rem";
y_margins = "0.2em";
};
};
};
};