Add MPRIS module to waybar

This commit is contained in:
Wiktor Zykubek 2024-11-24 10:31:07 +01:00
parent 1222fc70f0
commit cb01a7fda1
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"modules-right": [
"tray",
"mpris",
"pulseaudio",
"network",
"group/hardware",
@ -109,5 +110,9 @@
},
"on-click": "pwvucontrol"
},
"mpris": {
"format": "{title} - {artist} ",
"format-paused": "{title} - {artist} "
}
}
}

View File

@ -39,6 +39,7 @@ tooltip {
#clock,
#workspaces,
#window,
#mpris,
#pulseaudio,
#network,
#tray,
@ -93,6 +94,10 @@ tooltip {
color: @gold;
}
#mpris {
color: @foam;
}
#pulseaudio {
color: @iris;
}