dotfiles/de/home/.config/eww/scripts/bar/powermenu
2025-06-30 13:00:01 -07:00

8 lines
218 B
Bash
Executable file

#!/usr/bin/env bash
action="${1}"
action_icon="${2}"
yad --image "${action_icon}" --title "Really ${action}?" --button=gtk-yes:0 --button=gtk-no:1 --text 'test'
#printf 'test\ntest' | wofi --columns=2 --show dmenu