Adjust Waybar configuration and styling: reduce height to 18px and modify module margins and padding for improved layout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user