summaryrefslogtreecommitdiff
path: root/.i3/scripts/conkystatus.sh
blob: dd9e05248df4d62ee39b492f4ea98432d6241cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 -q -c $HOME/.i3/conkyrc
tr> 2012-10-14Minor fixesRené 'Necoro' Neumann1-3/+1 2012-10-14Even more urxvt stuffRené 'Necoro' Neumann2-3/+17 2012-10-13add 'altscreen on' to screenrcRené 'Necoro' Neumann1-0/+7 2012-10-12Moar urxvt settingsRené Neumann1-2/+23 2012-10-12Small fixesRené Neumann2-2/+3 2012-10-12Fix colorscheme nameRené Neumann1-1/+1 2012-10-12Added some logic to automatically fix terminfoRené Neumann2-0/+104