summaryrefslogtreecommitdiff
path: root/i3/Scripts/runStat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3/Scripts/runStat.sh')
-rw-r--r--i3/Scripts/runStat.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/i3/Scripts/runStat.sh b/i3/Scripts/runStat.sh
new file mode 100644
index 0000000..52b0536
--- /dev/null
+++ b/i3/Scripts/runStat.sh
@@ -0,0 +1,6 @@
+elements="ram.sh status.sh mic.sh"
+
+if [ $1 = "dmenu" ]; then
+ sh $(echo $elements | tr " " "\n" | dmenu -i -p ":")
+fi
+