diff options
author | Julian <Julianteule@gmail.com> | 2017-01-23 16:20:41 +0100 |
---|---|---|
committer | Julian <Julianteule@gmail.com> | 2017-01-23 16:20:41 +0100 |
commit | 40cd50e2de6bcf3cd91c66ab62d86c2509718687 (patch) | |
tree | c76a141d3bc653754e84f233cb07e61e279b525b /Conky/start.sh | |
parent | 050a57bce6a4b87684eed365cb5516d91b555174 (diff) |
Added conky config
Diffstat (limited to 'Conky/start.sh')
-rwxr-xr-x | Conky/start.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Conky/start.sh b/Conky/start.sh new file mode 100755 index 0000000..836acde --- /dev/null +++ b/Conky/start.sh @@ -0,0 +1,5 @@ +#!/bin/bash +sleep 10 && # 0 good for Xfce - use 20 to 30 for Gnome +conky -c ~/Conky/conkymain & +#sleep 0 && +#conky -c ~/Conky/conkyforecast & |