add mpris waybar module
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
"spacing": 5,
|
||||
"modules-left": [
|
||||
"group/group-cpu",
|
||||
"hyprland/workspaces"
|
||||
"hyprland/workspaces",
|
||||
"mpris",
|
||||
"cava"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"cava",
|
||||
"custom/pacman",
|
||||
"gamemode",
|
||||
"tray",
|
||||
@@ -43,6 +44,15 @@
|
||||
},
|
||||
"sort-by-number": true
|
||||
},
|
||||
"mpris": {
|
||||
"format": " {dynamic}",
|
||||
"format-paused": "{ {dynamic}}",
|
||||
"format-stopped": "",
|
||||
"interval": 2,
|
||||
"dynamic-order": ["title", "artist"],
|
||||
"artist-len": 10,
|
||||
"elipsis": "..."
|
||||
},
|
||||
"gamemode": {
|
||||
"format": "{glyph}",
|
||||
"format-alt": "{glyph} {count}",
|
||||
|
||||
@@ -107,12 +107,13 @@ button {
|
||||
#wireplumber,
|
||||
#custom-pacman,
|
||||
#tray,
|
||||
#cava,
|
||||
#mode,
|
||||
#idle_inhibitor,
|
||||
#scratchpad,
|
||||
#mpd {
|
||||
#mpris {
|
||||
padding: 0 2px;
|
||||
color: @text;
|
||||
color: @lavender;
|
||||
border-radius: 15px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user