mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-08 12:19:00 +00:00
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
|
#!/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 themes/dmenu -dmenu -p "$1")" = "Yes" ] && $2
|