diff --git a/dotconfig/waybar/config b/dotconfig/waybar/config index 6f6895c..c653026 100644 --- a/dotconfig/waybar/config +++ b/dotconfig/waybar/config @@ -109,8 +109,8 @@ }, "memory": { "interval": 1, - // "format": "{}%  " - "format": " {used:0.1f}/{total:0.1f}G  {swapUsed:0.1f}/{swapTotal:0.1f}G", + // "format": "{}%  " + "format": " {used:0.1f}/{total:0.1f}G  {swapUsed:0.1f}/{swapTotal:0.1f}G", "on-click": "alacritty --class floating_htop -e htop -t" }, "temperature": { @@ -147,28 +147,28 @@ "network": { "interface": "wlan*", // (Optional) To force the use of this interface "interval": 1, - "format-wifi": " {signalStrength}%", //"{essid} ({signalStrength}%) ", + "format-wifi": " {signalStrength}%", //"{essid} ({signalStrength}%)  ", "format-ethernet": "{ipaddr}/{cidr} ", "tooltip-format": "{essid} - {ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", - "format-alt": " {ipaddr}/{cidr}" + "format-alt": " {ipaddr}/{cidr}" }, "pulseaudio": { // "scroll-step": 1, // %, can be a float - "format": "{volume}% {icon} {format_source}", + "format": "{volume}% {icon}{format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", - "format-source": "{volume}% ", - "format-source-muted": "", + "format-bluetooth-muted": " {icon} {format_source}", + "format-muted": "{format_source}", + "format-source": " {volume}% ", + "format-source-muted": "  ", "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", + "headphone": " ", + "hands-free": " ", + "headset": " ", + "phone": " ", + "portable": " ", + "car": " ", "default": ["", "", ""] }, //"on-click": "pavucontrol"