aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/unmounter
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-14 05:46:25 +0300
committerawy <awy@awy.one>2025-08-14 05:46:25 +0300
commit222fe9a9ffc5430ea28173f01482f30b26f22648 (patch)
treed11094fe10c854cd23dfa5f49850e1facfefe116 /.local/bin/unmounter
parent9e12eb5b61daa6fc864301893bc6242614777d76 (diff)
downloadhyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz
update
Diffstat (limited to '.local/bin/unmounter')
-rwxr-xr-x.local/bin/unmounter2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/unmounter b/.local/bin/unmounter
index d43089f..fe1d01a 100755
--- a/.local/bin/unmounter
+++ b/.local/bin/unmounter
@@ -10,7 +10,7 @@ allunmountable="$(echo "$mounteddroids
$mounteddrives" | sed "/^$/d;s/ *$//")"
test -n "$allunmountable"
-chosen="$(echo "$allunmountable" | rofi -dmenu -i -p "Unmount which drive?")"
+chosen="$(echo "$allunmountable" | mew -i -p "Unmount which drive?")"
chosen="${chosen%% *}"
test -n "$chosen"