aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/unmounter
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-29 18:35:49 +0300
committerawy <awy@awy.one>2025-11-29 18:35:49 +0300
commit8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4 (patch)
tree868e0d8389fb2b4e413409f65f57caa9c0b37eda /.local/bin/unmounter
parentdb008a76e93dcfbf00fec5a141a1e1bd122b04a7 (diff)
downloadhyprdots-8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4.tar.gz
uupdate
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 fe1d01a..d43089f 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" | mew -i -p "Unmount which drive?")"
+chosen="$(echo "$allunmountable" | rofi -dmenu -i -p "Unmount which drive?")"
chosen="${chosen%% *}"
test -n "$chosen"