add media control widget

This commit is contained in:
gnat
2024-11-20 02:19:18 -08:00
parent 460c2589cc
commit a304510df7
3 changed files with 142 additions and 1 deletions

View File

@ -26,6 +26,37 @@ centerbox {
background-color: $hl;
}
}
}
stack > box.player {
min-width: 250px;
min-height: 60px;
background-position: 50% 50%;
background-size: cover;
border: 4px solid #161616;
> box {
> button {
margin: 3px 10px;
}
}
> .music-progress {
min-width: 242px;
min-height: 2px;
background: transparent;
trough {
min-height: 2px;
background: $bg-alt-1;
}
highlight {
min-height: 2px;
background: $mpd-progress-primary;
}
}
}
}