Skip to content

Commit 396649a

Browse files
committed
added pulsemixer
1 parent 213cc8c commit 396649a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ menu () {
6262
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
6363
eval $(cat ~/.menuchoice)
6464
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
6666
eval $(cat ~/.menuchoice)
6767
elif [[ "$choice " == "desktop"* ]]; then
6868
whiptail --menu "Menu" 25 80 15 lswt "List wayland toplevels" 2> ~/.menuchoice

0 commit comments

Comments
 (0)