diff --git a/system/.local/bin/power b/system/.local/bin/power index 755bcd9..f531c8b 100755 --- a/system/.local/bin/power +++ b/system/.local/bin/power @@ -25,7 +25,8 @@ ACTIONS=( "6: Powersave Mode" ) -SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | rofi -dmenu -i -p "${PROMPT}" | cut -d ":" -f1) +SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel -dmenu -I | cut -d ":" -f1) + case "${SELECTION}" in "1") systemctl reboot