pinwheel: Tweak spacing of waybar modules

This commit is contained in:
Alexander Heldt
2023-09-20 23:32:25 +02:00
parent d0d7e87d0e
commit ece82c9ad5

View File

@@ -53,6 +53,8 @@ in
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 30; height = 30;
spacing = 20;
fixed-center = false;
output = [ "eDP-1" ]; output = [ "eDP-1" ];
modules-left = [ "hyprland/workspaces" ]; modules-left = [ "hyprland/workspaces" ];
@@ -61,6 +63,7 @@ in
"custom/spotify" = { "custom/spotify" = {
exec = spotify-status; exec = spotify-status;
interval = 1; interval = 1;
max-length = 70;
tooltip = false; tooltip = false;
}; };
@@ -163,8 +166,8 @@ in
background-color: ${background}; background-color: ${background};
} }
#custom-spotify, #custom-dunst, #bluetooth, #wireplumber, #network, #battery, #clock { #clock {
margin: 0 12px; margin-right: 10px;
} }
''; '';
}; };