diff --git a/home/config/waybar/modules.jsonc b/home/config/waybar/modules.jsonc index b0ea583..04bf27b 100644 --- a/home/config/waybar/modules.jsonc +++ b/home/config/waybar/modules.jsonc @@ -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, diff --git a/home/config/waybar/style.css b/home/config/waybar/style.css index 8b4c00d..06036ee 100644 --- a/home/config/waybar/style.css +++ b/home/config/waybar/style.css @@ -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 {