pinwheel: Tweak spacing of waybar modules
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user