Update things

This commit is contained in:
Eduard Tolosa 2019-02-16 00:34:40 -05:00
parent 7c4ac23080
commit 862f4902ef
58 changed files with 65 additions and 680 deletions

9
user-config/conkyp Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
#Scrip to start a custom conky configuration with Fluxbox.
sleep 10s
conky -q -c "/home/shl/.conky/Gotham/Gotham" &
conky -q -c "/home/shl/.conky/TeejeeTech/CPU Panel (8-core)" &
conky -q -c "/home/shl/.conky/TeejeeTech/Network Panel" &
conky -q -c "/home/shl/.conky/TeejeeTech/Process Panel" &
exit