summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
};
}