summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-03 21:19:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-03 21:19:02 -0500
commit79ce206930109632530fc1df962a6c932eb96507 (patch)
treeda6a3630bba72df1f5210787f24d604fc09198b8
parented372bf8cb42e7d363c0d5a06808666d61713e87 (diff)
downloadconf-79ce206930109632530fc1df962a6c932eb96507.tar.gz
conf-79ce206930109632530fc1df962a6c932eb96507.zip
also for mute
-rwxr-xr-xbin/hornet/status2
1 files changed, 1 insertions, 1 deletions
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'
};
}