style: waybar style

This commit is contained in:
DACHXY 2025-01-19 15:11:40 +08:00
parent 2fd7367176
commit a0203cf3c5
2 changed files with 13 additions and 7 deletions

View file

@ -179,12 +179,12 @@
"network": {
"format": "{ifname}",
"format-wifi": "󰤨 {essid} {bandwidthTotalBytes}",
"format-ethernet": "󱓞 Ethernet {bandwidthTotalBytes}",
"format-disconnected": "󰤭 ",
"format-wifi": "󰤨",
"format-ethernet": "󰈀",
"format-disconnected": "󰤭",
"tooltip-format": "{ifname} via {gwaddr} 󰊗",
"tooltip-format-wifi": "󰤢 Signal Strength: {signalStrength}%",
"tooltip-format-ethernet": "󰊗 Signal Strength: {signalStrength}%",
"tooltip-format-wifi": "󰤢 {essid}: {signalStrength}%",
"tooltip-format-ethernet": "{ifname} via {gwaddr} 󰊗",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50,
"interval": 5,

View file

@ -121,10 +121,16 @@ tooltip label {
padding-right: 3.5px;
}
/* Center Icon */
#custom-os,
#network,
#idle_inhibitor {
padding-left: 10px; padding-right: 14px;
}
/* Most left Item */
#custom-os {
margin-left: 10px;
padding-left: 10px;
padding-right: 14px;
}
#workspaces button {