File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ menu () {
62
62
whiptail --menu " Menu" 25 80 15 age " File encryption" flawz " CVE browser (TUI)" gpg " GnuPG" gpg-tui " GnuPG TUI" pass " Password manager" pwgen " Password generator" nitropy " NitroKey tool" 2> ~ /.menuchoice
63
63
eval $( cat ~ /.menuchoice)
64
64
elif [[ " $choice " == " media" * ]]; then
65
- whiptail --menu " Menu" 25 80 15 alsamixer " Mixer TUI" ffmpeg " Media transcoder and more" grim " Screenshots for wayland" mpc " MPD client" mpv " Media player" pactl " CLI for pulseaudio" yt-dlp " Youtube downloader" 2> ~ /.menuchoice
65
+ whiptail --menu " Menu" 25 80 15 alsamixer " Mixer TUI" ffmpeg " Media transcoder and more" grim " Screenshots for wayland" mpc " MPD client" mpv " Media player" pactl " CLI for pulseaudio" pulsemixer " Pulseaudio mixer TUI " yt-dlp " Youtube downloader" 2> ~ /.menuchoice
66
66
eval $( cat ~ /.menuchoice)
67
67
elif [[ " $choice " == " desktop" * ]]; then
68
68
whiptail --menu " Menu" 25 80 15 lswt " List wayland toplevels" 2> ~ /.menuchoice
You can’t perform that action at this time.
0 commit comments