Adjust Waybar configuration and styling: reduce height to 18px and modify module margins and padding for improved layout.

This commit is contained in:
Danilo Reyes
2025-10-03 19:40:12 -06:00
parent 93f7e78540
commit 3f3d338f50
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ _: {
systemd.enable = true;
settings.main-bar = {
layer = "top";
height = 20;
height = 18;
tray.spacing = 5;
clock = {
format = "{:%a %b %d %I:%M %p}";
@@ -27,6 +27,7 @@ _: {
];
"hyprland/workspaces" = {
format = "{icon}";
active-only = true;
on-scroll-up = "hyprctl dispatch workspace e-1";
on-scroll-down = "hyprctl dispatch workspace e+1";
persistent-workspaces."*" = 10; # Show 5 workspaces on all monitors