waybar: imrprove margins and padding

This commit is contained in:
Aly Raffauf 2024-08-10 21:15:25 -04:00
parent df02e2faf9
commit c2447dea34

View file

@ -42,8 +42,9 @@ in {
format = "{icon} {name}"; format = "{icon} {name}";
format-icons = { format-icons = {
default = "󰝥";
active = "󰪥"; active = "󰪥";
default = "󰝥";
urgent = "";
}; };
sort-by = "id"; sort-by = "id";
@ -61,6 +62,7 @@ in {
format-icons = { format-icons = {
default = "󰝥"; default = "󰝥";
focused = "󰪥"; focused = "󰪥";
urgent = "";
}; };
sort-by = "id"; sort-by = "id";
@ -245,18 +247,18 @@ in {
}; };
"group/tablet" = { "group/tablet" = {
orientation = "horizontal";
modules = ["custom/menu" "custom/hyprland-close"]; modules = ["custom/menu" "custom/hyprland-close"];
orientation = "horizontal";
}; };
"group/hardware" = { "group/hardware" = {
orientation = "horizontal";
modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery"]; modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery"];
orientation = "horizontal";
}; };
"group/session" = { "group/session" = {
orientation = "horizontal";
modules = ["custom/dnd" "idle_inhibitor" "custom/logout"]; modules = ["custom/dnd" "idle_inhibitor" "custom/logout"];
orientation = "horizontal";
}; };
}; };
}; };
@ -306,7 +308,7 @@ in {
#custom-hyprland-close, #custom-hyprland-close,
#tray { #tray {
margin: 0px 5px; margin: 0px 5px;
padding: 0px 7.5px; padding: 0px 5px;
} }
#battery.charging, #battery.charging,
@ -333,8 +335,8 @@ in {
#submap, #submap,
#tray, #tray,
#workspaces { #workspaces {
margin: 5px 6px 5px 6px; margin: 5px 5px;
padding: 0px 5px 0px 5px; padding: 0px 2.5px;
} }
#submap, #submap,