summaryrefslogtreecommitdiff
path: root/conky/start-conky.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conky/start-conky.sh')
-rwxr-xr-xconky/start-conky.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/conky/start-conky.sh b/conky/start-conky.sh
new file mode 100755
index 0000000..f78d51d
--- /dev/null
+++ b/conky/start-conky.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+conky -c $HOME/.config/conky/conky.conf &
+conky -c $HOME/.config/conky/conky_stats.conf &