lyd opsætning i waybar og installation af pipewire

This commit is contained in:
2025-06-18 18:13:12 +02:00
parent 41d633a57d
commit 9994bd27fb
2 changed files with 12 additions and 7 deletions

View File

@@ -79,6 +79,12 @@
- gvfs - gvfs
- ranger - ranger
- less - less
- pavucontrol
- pipewire
- pipewire-pulse
- pipewire-audio
- pipewire-alsa
- wireplumber
- ufw # Firewall - ufw # Firewall
state: present state: present

View File

@@ -18,7 +18,7 @@
// Moduler placeret til højre // Moduler placeret til højre
"modules-right": [ "modules-right": [
"pulseaudio", "pipewire",
"network", "network",
"battery", "battery",
"tray" "tray"
@@ -48,13 +48,12 @@
"format-alt": " {:%d/%m-%Y}" "format-alt": " {:%d/%m-%Y}"
}, },
"pulseaudio": { "pipewire": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-muted": " Muted", "format-muted": "󰖁 Muted",
"format-icons": { "format-icons": ["", "", ""],
"default": ["", ""] "on-click": "pavucontrol",
}, "tooltip": false
"on-click": "pavucontrol"
}, },
"network": { "network": {