From aa4a1527d390aa4d900444acc57eab93021a64be Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:45:29 +0200 Subject: [PATCH] Update Waybar --- .config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 9b5c32a..b3d6e28 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -70,7 +70,7 @@ "network": { "format-wifi": " {signalStrength}% | {bandwidthUpBytes:>3} 󰇚 {bandwidthDownBytes:>3} 󰕒", - "format-ethernet": "{ifname} | {bandwidthUpBytes:>3} 󰇚 {bandwidthDownBytes:>3} 󰕒", + "format-ethernet": "{ifname} | {bandwidthUpBytes:>3} 󰇚 {bandwidthDownBytes:>3} 󰕒", "format-linked": "{ifname} No IP", "format": "", "format-disconnected": "¯\\_(ツ)_/¯", @@ -125,7 +125,7 @@ "pulseaudio": { "scroll-step": 2, - "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}",