mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
removed pulseaudio and enabled/started the pipewire service in the sound
role
This commit is contained in:
@@ -19,13 +19,18 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: playerctl
|
name: playerctl
|
||||||
state: present
|
state: present
|
||||||
- name: Install Pulseaudio (sound system)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: pulseaudio
|
|
||||||
state: present
|
|
||||||
- name: Install Pulseaudio Systray (system tray volume control)
|
- name: Install Pulseaudio Systray (system tray volume control)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: pasystray
|
name: pasystray
|
||||||
state: present
|
state: present
|
||||||
|
- name: Enable the Pipewire service
|
||||||
|
become: true
|
||||||
|
service:
|
||||||
|
name: pipewire
|
||||||
|
state: enabled
|
||||||
|
- name: Start the Pipewire service
|
||||||
|
become: true
|
||||||
|
service:
|
||||||
|
name: pipewire
|
||||||
|
state: started
|
||||||
|
|||||||
Reference in New Issue
Block a user