diff options
author | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
commit | 30c35bcc08e030aceee325b72d4a3b5c62d19cf9 (patch) | |
tree | 514a2fbe4cf9094face5df94070531031323ca3e /dwm | |
parent | a17e7201980fd23fdd915d11717f23e85f772d0b (diff) |
Moved, added and deleted scripts. Zsh corrections
Diffstat (limited to 'dwm')
-rwxr-xr-x | dwm/Scripts/lc (renamed from dwm/lc) | 0 | ||||
-rw-r--r-- | dwm/Scripts/runStat.sh | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dwm/Scripts/runStat.sh b/dwm/Scripts/runStat.sh new file mode 100644 index 0000000..52b0536 --- /dev/null +++ b/dwm/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 + |