#!/usr/bin/env zsh local resp="$(printf 'Yes\nNo\n' | fuzzel --dmenu --index --prompt 'Really Logout> ')" [[ "${resp}" == 0 ]] && riverctl exit