dotfiles/bin/user-prompt
foo-dogsquared 33f1588474 Revise the dotfiles
A big revision for sure. It's the result of tweaking during this outbreak.
2020-04-29 23:58:14 +08:00

7 lines
235 B
Bash

#!/usr/bin/env sh
# A simple prompt script.
# Based from Luke Smith's prompt script.
# https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/prompt
[ "$(printf "No\\nYes" | rofi -theme dmenu -dmenu -p "$1")" = "Yes" ] && $2