diff options
author | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
commit | 222fe9a9ffc5430ea28173f01482f30b26f22648 (patch) | |
tree | d11094fe10c854cd23dfa5f49850e1facfefe116 /.local/bin/unmounter | |
parent | 9e12eb5b61daa6fc864301893bc6242614777d76 (diff) | |
download | hyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz |
update
Diffstat (limited to '.local/bin/unmounter')
-rwxr-xr-x | .local/bin/unmounter | 2 |
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" |