lyd opsætning i waybar og installation af pipewire
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user