diff options
author | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
commit | 6a42018cf2d55f9a8e8f9809415556cd50028590 (patch) | |
tree | 93e6871b100832b6fd0942e4586729c7580270a3 /.local/bin/unmounter | |
parent | bd77fbce81efc16fc91dd7cc9d9807e27d70d064 (diff) | |
download | hyprdots-6a42018cf2d55f9a8e8f9809415556cd50028590.tar.gz |
rofi
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 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" |