dotfiles/home/user/.local/bin/conky-i3bar
2023-11-13 11:25:48 +03:00

14 lines
280 B
Plaintext
Executable File

!/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/.conkyrc