From 33ebcf8a94afcc911455fec627118a652d3c6738 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 14 Apr 2024 12:25:55 +0200 Subject: this looks better --- _linux/i3/i3status_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_linux/i3') diff --git a/_linux/i3/i3status_command b/_linux/i3/i3status_command index 3cd80a9..687d8a7 100755 --- a/_linux/i3/i3status_command +++ b/_linux/i3/i3status_command @@ -12,7 +12,7 @@ do if [[ $(pactl get-source-mute @DEFAULT_SOURCE@ | rg "yes") ]]; then - muted="MUTED" + muted=" MUTED " fi line=",[{\"full_text\":\"$muted\",\"background\":\"#ff00ff\"},{\"full_text\":\"$line\"}]" -- cgit v1.3.1