style: adjust waybar workspaces style
This commit is contained in:
parent
10c7b02d2f
commit
71d0936ba4
1 changed files with 17 additions and 3 deletions
|
|
@ -107,6 +107,7 @@ in
|
|||
/* tooltip */
|
||||
tooltip {
|
||||
background-color: @fg-bg;
|
||||
border: ${border};
|
||||
border-radius: ${borderRadius};
|
||||
}
|
||||
|
||||
|
|
@ -120,9 +121,10 @@ in
|
|||
color: @main;
|
||||
border-radius: ${borderRadius};
|
||||
border: ${border};
|
||||
padding: 2.5px 12px;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
/* Gamemode center icon */
|
||||
#gamemode {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
|
@ -148,6 +150,18 @@ in
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* Workspaces */
|
||||
#workspaces {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border-radius: 16px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
/* Taskbar */
|
||||
#taskbar {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
|
|
@ -430,9 +444,9 @@ in
|
|||
format-wifi = "";
|
||||
format-ethernet = "";
|
||||
format-disconnected = "";
|
||||
tooltip-format = "{ifname} via {gwaddr} ";
|
||||
tooltip-format = "{ifname} via {gwaddr}";
|
||||
tooltip-format-wifi = " {essid}: {signalStrength}%";
|
||||
tooltip-format-ethernet = "{ifname} via {gwaddr} ";
|
||||
tooltip-format-ethernet = "{ifname} via {gwaddr}";
|
||||
tooltip-format-disconnected = "Disconnected";
|
||||
max-length = 50;
|
||||
interval = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue