Delete prompt (#1200)
This commit is contained in:
parent
be7ed1516b
commit
1804d4c7f0
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# A dmenu binary prompt script.
|
||||
# Gives a dmenu prompt labeled with $1 to perform command $2.
|
||||
# For example:
|
||||
# `./prompt "Do you want to shutdown?" "shutdown -h now"`
|
||||
|
||||
[ "$(printf "No\\nYes" | dmenu -i -p "$1" -nb darkred -sb red -sf white -nf gray )" = "Yes" ] && $2
|
Loading…
Reference in a new issue