video player app : Some updates
This commit is contained in:
parent
5f66f4a100
commit
82229e1455
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
options+=("vlc" "Video player" off)
|
||||
options+=("smplayer" "Video player" off)
|
||||
options+=("mpv" "Recommended for smplayer" off)
|
||||
options+=("smtube" "Youtube Player" off)
|
||||
options+=("gnome-mpv" "Video player (GTK)" off)
|
||||
options+=("vlc" "(QT) Video player" off)
|
||||
options+=("smplayer" "(QT) Video player" off)
|
||||
options+=("smtube" "(QT) Youtube Player" off)
|
||||
options+=("mpv" "(GTK) Recommended for smplayer" off)
|
||||
options+=("gnome-mpv" "(GTK) Video player" off)
|
||||
#options+=("streamstudio-bin" "(AUR) Stream video Player" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Video Player applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
||||
|
|
Loading…
Reference in a new issue