Add mpris (media player) widget to waybar

This commit is contained in:
2024-02-15 02:17:45 -06:00
parent 5ec82e75a2
commit 5c4a03900d
2 changed files with 28 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
* {
border: none;
border-radius: 0;
font-family: IBM Plex Sans Medium;
font-family: "IBM Plex Sans Medium";
font-size: 13px;
}
@@ -48,6 +48,17 @@ window#waybar {
padding: 0 1em;
color: #ebdbb2;
}
#mpris {
padding: 0 1em;
}
#mpris.playing {
background: #d3869b;
color: #282828;
}
#mpris.paused, #mpris.stopped {
background: #32302f;
color: #282828;
}
#idle_inhibitor {
padding: 0 1em;
}