feat: further improvement of waybar :D

This commit is contained in:
2025-12-24 23:13:38 +03:00
parent 10bd92a88d
commit fc6b2a4291
4 changed files with 25 additions and 19 deletions

View File

@@ -102,7 +102,7 @@ window#waybar.chromium {
/* --------------------------------------------------------------------------
SIDE PANEL GROUPS
-------------------------------------------------------------------------- */
.modules-left, .modules-center, .modules-right {
#mpd, .modules-center, .modules-right {
/* Layout & Box Model */
border: 1px solid @border-color;
border-radius: 12px;
@@ -192,6 +192,8 @@ window#waybar.chromium {
#mpd.stopped {
color: transparent;
background: transparent;
border-color: transparent;
transition: color 2s, background 2s;
}
#mpd.paused {