diff options
Diffstat (limited to '')
-rwxr-xr-x | .i3/scripts/conkystatus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.i3/scripts/conkystatus.sh b/.i3/scripts/conkystatus.sh index bb1bb8e..dd9e052 100755 --- a/.i3/scripts/conkystatus.sh +++ b/.i3/scripts/conkystatus.sh @@ -10,4 +10,4 @@ echo '[' echo '[],' # Now send blocks with information forever: -exec conky -c $HOME/.i3/conkyrc +exec conky -q -c $HOME/.i3/conkyrc |