feat: gum style can take multiple arguments

This commit is contained in:
Maas Lalani 2022-07-06 13:54:32 -04:00
commit 25a12fbbc6
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000
5 changed files with 35 additions and 31 deletions

View file

@ -36,4 +36,5 @@ echo "One sec, while I finish my drink."
pop spin --title "Drinking some $POP soda pop..." --color 212 -- sleep 5
pop style --width 50 --padding "1 5" --margin "1 2" --border double --border-foreground 212 \
"Well, it was nice meeting you, $(pop style --foreground 212 "$NAME"). Hope to see you soon! Don't forget to drink some $(pop style --foreground 212 $POP) soda pop."
"Well, it was nice meeting you, $(pop style --foreground 212 "$NAME"). Hope to see you soon!"\
"Don't forget to drink some $(pop style --foreground 212 $POP) soda pop."