Add i3 configs

This commit is contained in:
templis
2018-04-09 01:08:35 +02:00
parent 091caa538e
commit 9f07abe0b0
7 changed files with 801 additions and 0 deletions

13
.i3/startup_conky Executable file
View File

@ -0,0 +1,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 -c ~/.i3/conkyrc