From e40d0e1f047fa7f6d135154e59aea0b7e72184e3 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 8 Jul 2019 20:41:25 +0200 Subject: Added i3wm config --- i3/Scripts/runStat.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 i3/Scripts/runStat.sh (limited to 'i3/Scripts/runStat.sh') 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 + -- cgit v1.2.3