Replace broken pwvucontrol with stable audio tools

This commit is contained in:
Kay Türtscher 2026-04-21 12:37:28 +02:00
parent 63690f3224
commit 2ef96f6d09
4 changed files with 5 additions and 3 deletions

View file

@ -68,7 +68,8 @@ Für spätere Entwicklung oder Pushes kannst du danach immer noch auf SSH umstel
## Empfohlene GUI-Tools / Alternativen
Für ein stimmigeres Hyprland-Setup als klassische Standard-Tools:
- `pwvucontrol` (AUR) statt `pavucontrol` für Audio
- `pavucontrol` als stabile Basis für Audio
- `helvum` und `qpwgraph` als modernere PipeWire-/Routing-Tools
- `blueman` für Bluetooth-Verwaltung
- `wdisplays` für Monitor-Layout unter Wayland

View file

@ -46,3 +46,5 @@ plymouth
less
blueman
wdisplays
helvum
qpwgraph

View file

@ -4,4 +4,3 @@ acpi_call-dkms
hhd
adjustor
hhd-ui
pwvucontrol

View file

@ -48,7 +48,7 @@ audio_menu() {
choice=$(pick "Audio" "󰕾 Mixer öffnen" "󰖀 Standard-Ausgabe wählen" "󰍬 Mikrofon mute toggeln" " Lautstärke +5%" " Lautstärke -5%" " Audio mute toggeln")
case "${choice:-}" in
"󰕾 Mixer öffnen")
if command -v pwvucontrol >/dev/null 2>&1; then pwvucontrol & disown; else pavucontrol & disown; fi ;;
pavucontrol & disown ;;
"󰖀 Standard-Ausgabe wählen") audio_pick_output ;;
"󰍬 Mikrofon mute toggeln") wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle ;;
" Lautstärke +5%") wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ ;;