update stuff

This commit is contained in:
ksyasuda
2021-11-02 16:03:18 -07:00
parent f011fa6f5e
commit 41b035ed4d
12 changed files with 594 additions and 38 deletions

View File

@@ -11,7 +11,9 @@ ARGS=(
"Quit"
)
CHOICE=$(printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/rofidmenu.rasi -dmenu -l 5 -i -p "SSH Helper")
CHOICE=$(
printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/flat-orange.rasi -dmenu -l 5 -i -p "SSH Helper"
)
if [[ "$CHOICE" == "Quit" ]]; then
printf "%s\n" "NICE" && exit 1