diff --git a/apps/waybar/waybar.conf b/apps/waybar/waybar.conf index b1bbab4..7797d4f 100644 --- a/apps/waybar/waybar.conf +++ b/apps/waybar/waybar.conf @@ -32,7 +32,7 @@ // modules "backlight": { "device": "intel_backlight", - "format": "{icon} {percent}%", + "format": "{icon} {percent}% ", "format-icons": [ "󰃞", "󰃟", @@ -70,7 +70,7 @@ "custom/wireguard": { "interval": 1, - "format": "{}", + "format": " {} ", "exec": "$HOME/.dotfiles/apps/wireguard/wireguard.sh status", "on-click": "$HOME/.dotfiles/apps/wireguard/wireguard.sh switch" }, @@ -99,15 +99,15 @@ "network": { "tooltip": true, - "format-wifi": "󰣶", - "format-ethernet": "󰱓", + "format-wifi": "󰣶 ", + "format-ethernet": "󰱓 ", "tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", "tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", "on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh" }, "pulseaudio": { - "format": "{icon} {volume:2}%", + "format": "{icon} {volume:2}% ", "format-muted": "󰖁 ", "format-icons": { "headphone": "",