diff --git a/home/user/.local/bin/i3status_wrapper b/home/user/.local/bin/i3status_wrapper index cbde841..8378a9f 100755 --- a/home/user/.local/bin/i3status_wrapper +++ b/home/user/.local/bin/i3status_wrapper @@ -49,6 +49,8 @@ function headphones { break fi done + local json="{ \"full_text\": \"No headphones\", \"color\": \"#FFFFFF\"}" + json_array=$(update_holder holder__headphones "$json") } i3status | (read line; echo "$line"; read line ; echo "$line" ; read line ; echo "$line" ; while true