random-scripts/system-menu/confirm-logout.sh

6 lines
146 B
Bash
Raw Normal View History

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