dotfiles/.config/i3/start-conky-i3statusbar.sh

14 lines
301 B
Bash
Raw Normal View History

2022-02-20 15:45:28 +00:00
#!/bin/sh
# Send the header so that i3bar knows we want to use JSON:
echo '{"version":1}'
# Begin the endless array.
echo '['
# We send an empty first array of blocks to make the loop simpler:
echo '[],'
# Now send blocks with information forever:
exec conky -c $HOME/.config/i3/conky-i3statusbar