diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-10-02 15:25:53 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-10-02 15:25:53 -0400 |
| commit | 87ab89cf180c8ca9f8b4888847c4b06ab5b30f61 (patch) | |
| tree | a7c10124c70cd00d9cd5a902245111e7d007eed0 /.local/bin/prompt | |
| parent | 28a57eb59ec33308ab0e835429e9a0dcb054d07e (diff) | |
| parent | 7d7872b602adc8be021bf25b02f2372e87290aa2 (diff) | |
| download | eibhear-87ab89cf180c8ca9f8b4888847c4b06ab5b30f61.tar.gz eibhear-87ab89cf180c8ca9f8b4888847c4b06ab5b30f61.tar.zst eibhear-87ab89cf180c8ca9f8b4888847c4b06ab5b30f61.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/prompt')
| -rwxr-xr-x | .local/bin/prompt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/prompt b/.local/bin/prompt deleted file mode 100755 index 666434f..0000000 --- a/.local/bin/prompt +++ /dev/null @@ -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 |
