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