diff --git a/waybar/config.template b/waybar/config.template index a9b23ce27..2f1368610 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -182,8 +182,8 @@ "interval": 10, "interface": "wg0", // (Optional) To force the use of this interface "tooltip": "{ipaddr}", - "format": "🔒", - "format-disconnected": "🔓", + "format": "⚿", + "format-disconnected": "⚿", "on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-openvpn.sh; fi" }, "cpu": { diff --git a/waybar/style.css b/waybar/style.css index e45885ecd..85a9d499c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -135,9 +135,13 @@ window#waybar { color: @blue; } +#network.wireguard { + padding: 0px; + margin-left: -8px; +} + #network.disconnected { color: @red; - padding: 0px; } #network.wifi {