From 0b1224cba7e85e6efc37955d4d217e9f5444bdb2 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:11:56 +0200 Subject: [PATCH] Update waybar --- .config/waybar/config | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 1ec8ebf..7d2540f 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -35,21 +35,21 @@ }, "custom/screenshot_t": { - "format":" ", + "format":"", "on-click": "grimblast --notify --freeze copysave output", "on-click-right":"grimblast --notify --freeze copysave area" }, "cpu": { "interval": 3, - "format": "{usage}% ", + "format": "{usage}% ", "max-length": 6, "min-length": 6 }, "memory": { "interval": 3, - "format": "{used:0.2f}GB ", + "format": "{used:0.2f}GB ", "max-length": 9, "min-length": 9 }, @@ -61,9 +61,9 @@ "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% ", + "format": "{capacity}% {icon}", + "format-charging": "{capacity}% ", + "format-plugged": "{capacity}% ", "format-icons": [ "", "", @@ -74,8 +74,8 @@ }, "network": { - "format-wifi": " {signalStrength}% | {bandwidthDownBytes:>3} 󰇚 {bandwidthUpBytes:>3} 󰕒", - "format-ethernet": "{ifname} | {bandwidthDownBytes:>3} 󰇚 {bandwidthUpBytes:>3} 󰕒", + "format-wifi": " {signalStrength}% | {bandwidthDownBytes:>3} 󰇚 {bandwidthUpBytes:>3} 󰕒", + "format-ethernet": "{ifname} | {bandwidthDownBytes:>3} 󰇚 {bandwidthUpBytes:>3} 󰕒", "format-linked": "{ifname} No IP", "format": "", "format-disconnected": "¯\\_(ツ)_/¯", @@ -86,15 +86,15 @@ }, "bluetooth": { - "format-disabled": "off ", - "format-off": "off ", - "format-on": "on ", + "format-disabled": "off ", + "format-off": "off ", + "format-on": "on ", "interval": 3, "on-click": "blueman-manager" }, "idle_inhibitor": { - "format": "{icon} ", + "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" @@ -130,10 +130,10 @@ "pulseaudio": { "scroll-step": 2, - "format": "{volume}% {icon} |{format_source}", - "format-bluetooth": "{volume}% {icon} | {format_source}", - "format-bluetooth-muted": " {icon} | {format_source}", - "format-muted": "󰖁 | {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-source": "",