Add sink settings to pulseaudio for polybar
This commit is contained in:
19
readme.org
19
readme.org
@@ -553,10 +553,19 @@ gui: https://christian.amsuess.com/tools/arandr/
|
||||
|
||||
** TODO cscreen script
|
||||
|
||||
* Sound Setup
|
||||
#+begin_src bash
|
||||
yay -S pulseaudio pavucontrol
|
||||
#+end_src
|
||||
* Music Setup
|
||||
** Sound Server - Pulse Audio
|
||||
https://wiki.archlinux.org/index.php/PulseAudio
|
||||
|
||||
Install
|
||||
#+begin_src bash
|
||||
yay -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth
|
||||
#+end_src
|
||||
|
||||
If sound is not working, should run =pulseaudio --kill= to kill the deamon and then =pulseaudio --daemonize= to run it again.
|
||||
|
||||
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Running/
|
||||
@@ -566,13 +575,13 @@ https://wiki.archlinux.org/index.php/Music_Player_Daemon
|
||||
|
||||
*** Installation
|
||||
#+BEGIN_SRC bash
|
||||
yay -S mpd
|
||||
yay -S mpd
|
||||
#+END_SRC
|
||||
|
||||
*** Automatic Startup
|
||||
#+BEGIN_SRC bash
|
||||
systemctl start --user mpd.service
|
||||
systemctl enable --user mpd.service
|
||||
systemctl start --user mpd.service
|
||||
systemctl enable --user mpd.service
|
||||
#+END_SRC
|
||||
|
||||
*** Command line interface to MPD - MPC
|
||||
@@ -611,7 +620,7 @@ https://github.com/beetbox/beets
|
||||
|
||||
*** Installation
|
||||
#+BEGIN_SRC bash
|
||||
yay -S beets
|
||||
yay -S beets
|
||||
#+END_SRC
|
||||
|
||||
*** Configuration
|
||||
@@ -1768,8 +1777,6 @@ https://wiki.archlinux.org/index.php/NordVPN
|
||||
| =nordvpn status= | |
|
||||
| =nordvpn countries= | |
|
||||
|
||||
*** TODO Integration with Polybar
|
||||
|
||||
** TODO Maybe use NordVPM with openVPN Instead?
|
||||
https://github.com/nstinus/nordvpn
|
||||
https://github.com/jotyGill/openpyn-nordvpn
|
||||
|
||||
Reference in New Issue
Block a user