Embrace Pulseaudio as audio server

This commit is contained in:
2020-04-28 13:16:04 +02:00
parent 932c82162a
commit 9743634f3c
6 changed files with 16 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
"height": 20, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right": ["mpd", "network", "custom/alsa", "battery"],
"modules-right": ["mpd", "network", "pulseaudio", "battery"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
@@ -82,20 +82,10 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format": "<span foreground='#88C0D0'>{icon}</span>{volume}%",
"format-muted": "<span foreground='#88C0D0'></span>",
"format-icons": {
"headphones": "",
"handsfree": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
@@ -110,11 +100,5 @@
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
},
"custom/alsa": {
"exec": "amixer get Master | sed -nre 's/.*\\[off\\].*/muted/p; s/.*\\[(.*%)\\].*/\\1/p'",
"signal": 11,
"interval": 3,
"tooltip": false
}
}