Add MPRIS module to waybar
This commit is contained in:
parent
1222fc70f0
commit
cb01a7fda1
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
|
"mpris",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
@ -109,5 +110,9 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pwvucontrol"
|
"on-click": "pwvucontrol"
|
||||||
},
|
},
|
||||||
|
"mpris": {
|
||||||
|
"format": "{title} - {artist} ",
|
||||||
|
"format-paused": "{title} - {artist} "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ tooltip {
|
|||||||
#clock,
|
#clock,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#window,
|
#window,
|
||||||
|
#mpris,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#network,
|
#network,
|
||||||
#tray,
|
#tray,
|
||||||
@ -93,6 +94,10 @@ tooltip {
|
|||||||
color: @gold;
|
color: @gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mpris {
|
||||||
|
color: @foam;
|
||||||
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @iris;
|
color: @iris;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user