From 79ce206930109632530fc1df962a6c932eb96507 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Mar 2021 21:19:02 -0500 Subject: also for mute --- bin/hornet/status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hornet/status b/bin/hornet/status index b3c651e..5674876 100755 --- a/bin/hornet/status +++ b/bin/hornet/status @@ -150,7 +150,7 @@ sub handle_i3status { if ($volume eq 'mute') { splice @$line, -1, 0, { name => 'volume', - full_text => "\N{SPEAKER}", + full_text => "\N{SPEAKER} ", color => '#FFFFFF' }; } -- cgit v1.2.3-54-g00ecf