aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/chooseprofile
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/chooseprofile')
-rwxr-xr-x.local/bin/chooseprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/chooseprofile b/.local/bin/chooseprofile
index f4d32b5..d201042 100755
--- a/.local/bin/chooseprofile
+++ b/.local/bin/chooseprofile
@@ -2,7 +2,7 @@
profiles=$(awk -F= '/^\[Profile/ {profile=$1} /Name/ && !/default/ {print $2}' ~/.mozilla/icecat/profiles.ini)
-profile=$(echo "$profiles" | mew -p "Select IceCat Profile" -l 10)
+profile=$(echo "$profiles" | rofi -theme-str 'window {width: 10%;}' -dmenu -p "Select IceCat Profile" -l 10)
if [ -z "$profile" ] || ! echo "$profiles" | rg -q "^$profile$"; then
echo "Invalid selection or no profile selected. Exiting."