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..e2984cc --- /dev/null +++ b/conky/start.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +killall conky +conky & +conky -y -1440 & |