diff --git a/.config/sway/i3status-wrapper b/.config/sway/i3status-wrapper index f072061..488b4dd 100755 --- a/.config/sway/i3status-wrapper +++ b/.config/sway/i3status-wrapper @@ -8,7 +8,7 @@ i3status | while true; do if test -z "$json_array"; then echo "$line" else - zeit_obj='{"name":"zeit","instance":"zeit","markup":"none","full_text":"'$(zeit tracking --no-colors)'"}' + zeit_obj='{"name":"zeit","instance":"zeit","color":"#FF0000","markup":"none","full_text":"'$(zeit tracking --no-colors)'"}' json_array="$(echo $json_array | jq ". |= [$zeit_obj] + .")" echo "$json_array," fi