diff --git a/system/.local/bin/power b/system/.local/bin/power index abad3d7..662937f 100755 --- a/system/.local/bin/power +++ b/system/.local/bin/power @@ -13,7 +13,7 @@ ACTIONS=( "6: Powersave Mode" ) -SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel -dmenu -I | cut -d ":" -f1) +SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel --dmenu -I | cut -d ":" -f1) case "${SELECTION}" in "1")