Update aliases and games.sh
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df208c3d3e
commit
171f1ca97e
4 changed files with 7 additions and 4 deletions
|
@ -19,6 +19,7 @@ PROMPT="Games"
|
|||
ACTIONS=(
|
||||
"1: Steam"
|
||||
"2: Guild Wars 2"
|
||||
"3: Pegasus"
|
||||
)
|
||||
|
||||
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | rofi -dmenu -p "${PROMPT}" | cut -d ":" -f1)
|
||||
|
@ -29,4 +30,7 @@ case "${SELECTION}" in
|
|||
"2")
|
||||
g2.sh
|
||||
;;
|
||||
"3")
|
||||
pegasus-fe
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue