----- Changes:
+ Rework a lot of stuff
This commit is contained in:
parent
7d757116d2
commit
18f105cea0
9 changed files with 31 additions and 9 deletions
|
@ -28,7 +28,7 @@ chosen=$(echo -e "$choices" | rofi -p Games -dmenu -i -theme ~/.config/rofi/them
|
|||
case "$chosen" in
|
||||
RetroArch) notify-send "Launching..." "$chosen" && retroarch ;;
|
||||
$pc) games -t PC ;;
|
||||
PS2) sh $HOME/.scripts/games/ps2.sh ;;
|
||||
PS2) games -t PS2 ;;
|
||||
NDS) sh $HOME/.scripts/games/nds.sh ;;
|
||||
$trids) games -t 3DS ;;
|
||||
Steam) notify-send "Launching..." "$chosen" && steam ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue