Replace broken pwvucontrol with stable audio tools
This commit is contained in:
parent
63690f3224
commit
2ef96f6d09
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -46,3 +46,5 @@ plymouth
|
|||
less
|
||||
blueman
|
||||
wdisplays
|
||||
helvum
|
||||
qpwgraph
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@ acpi_call-dkms
|
|||
hhd
|
||||
adjustor
|
||||
hhd-ui
|
||||
pwvucontrol
|
||||
|
|
|
|||
|
|
@ -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%+ ;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue