From 6f45972265b532365421658f1370742bb82b757b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Feb 2022 19:50:38 +0100 Subject: Changed default notification system to herbe --- dmenu-unmount | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmenu-unmount') diff --git a/dmenu-unmount b/dmenu-unmount index c0b387a..2c59ec4 100755 --- a/dmenu-unmount +++ b/dmenu-unmount @@ -1,10 +1,10 @@ #!/bin/sh # Prompts selection for mounted devices and unmounts the selected one -# Requires: udevil, dmenu (or similar), notify-send (optional) +# Requires: udevil, dmenu (or similar), notify-send or similar (optional) menu=${MENU:-dmenu} -writeout="notify-send" # Change this to whatever you want, e.g. echo +writeout=herbe # Change this to whatever you want, e.g. echo or notify-send listdev=$(grep "media" /proc/mounts | sed 's/\/media.*\///g' | \ awk '{print $1" ("$2")"}') -- cgit v1.3