|
|
@ -18,7 +18,8 @@ dwmblocks |
|
|
|
mconnect |
|
|
|
dunst |
|
|
|
clipmenud |
|
|
|
quark" |
|
|
|
quark |
|
|
|
devmon" |
|
|
|
|
|
|
|
# Open menu |
|
|
|
selection=$(printf '%s' "$items" | $DMENU) |
|
|
@ -46,9 +47,10 @@ case $selection in |
|
|
|
;; |
|
|
|
devmon) |
|
|
|
pkill -f devmon |
|
|
|
~/.scripts/devmon --exec-on-drive "/sbin/notify-send ' Drive Mounted' '%l (%f) at %d '" \ |
|
|
|
--exec-on-remove "/sbin/notify-send ' Drive Removed' '%l (%f) from %d '" \ |
|
|
|
--exec-on-unmount "/sbin/notify-send ' Drive Unmounted' '%l (%f) from %d '" & |
|
|
|
~/.scripts/devmon --exec-on-drive "/sbin/notify-send '禍 drive mounted' '%l (%f) at %d '" \ |
|
|
|
--exec-on-remove "/sbin/notify-send '禍 drive removed' '%l (%f) from %d '" \ |
|
|
|
--exec-on-unmount "/sbin/notify-send '禍 drive unmounted' '%l (%f) from %d '" \ |
|
|
|
--no-unmount --no-gui & |
|
|
|
;; |
|
|
|
quark) |
|
|
|
sudo systemctl restart quark |
|
|
|