fix hyprpanel size
This commit is contained in:
parent
b53133297f
commit
e831ca5f0a
1 changed files with 7 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue