style: adjust waybar workspaces style

This commit is contained in:
danny 2025-08-20 23:50:52 +08:00
parent 10c7b02d2f
commit 71d0936ba4

View file

@ -107,6 +107,7 @@ in
/* tooltip */ /* tooltip */
tooltip { tooltip {
background-color: @fg-bg; background-color: @fg-bg;
border: ${border};
border-radius: ${borderRadius}; border-radius: ${borderRadius};
} }
@ -120,9 +121,10 @@ in
color: @main; color: @main;
border-radius: ${borderRadius}; border-radius: ${borderRadius};
border: ${border}; border: ${border};
padding: 2.5px 12px; padding: 0px 12px;
} }
/* Gamemode center icon */
#gamemode { #gamemode {
padding-right: 6px; padding-right: 6px;
} }
@ -148,6 +150,18 @@ in
border-color: transparent; border-color: transparent;
} }
/* Workspaces */
#workspaces {
padding-left: 2px;
padding-right: 2px;
}
#workspaces button {
border-radius: 16px;
padding: 0px 6px;
}
/* Taskbar */
#taskbar { #taskbar {
background: transparent; background: transparent;
border-color: transparent; border-color: transparent;
@ -430,9 +444,9 @@ in
format-wifi = "󰤨"; format-wifi = "󰤨";
format-ethernet = "󰈀"; format-ethernet = "󰈀";
format-disconnected = "󰤭"; format-disconnected = "󰤭";
tooltip-format = "{ifname} via {gwaddr} 󰊗"; tooltip-format = "{ifname} via {gwaddr}";
tooltip-format-wifi = "󰤢 {essid}: {signalStrength}%"; tooltip-format-wifi = "󰤢 {essid}: {signalStrength}%";
tooltip-format-ethernet = "{ifname} via {gwaddr} 󰊗"; tooltip-format-ethernet = "{ifname} via {gwaddr}";
tooltip-format-disconnected = "Disconnected"; tooltip-format-disconnected = "Disconnected";
max-length = 50; max-length = 50;
interval = 5; interval = 5;