diff options
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 & |