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

@@ -108,22 +108,22 @@ window#waybar.chromium {
TASKBAR
-------------------------------------------------------------------------- */
#taskbar {
padding-left: 0;
padding-right: 0;
}
#taskbar button {
padding: 0;
min-height: 30px;
min-width: 40px;
padding: 0 5px;
min-height: 20px;
min-width: 20px;
}
#taskbar image {
min-width: 40px;
min-width: 20px;
min-height: 20px;
}
#taskbar.empty {
padding-right: 0;
padding: 0;
}
/* --------------------------------------------------------------------------
@@ -245,7 +245,7 @@ window#waybar.chromium {
/* MPD STATES */
#mpd {
font-weight: 700;
transition: color 2s, background 2s;
transition: color 2s, background 2s, border-color 2s;
}
#mpd.playing {
@@ -255,6 +255,7 @@ window#waybar.chromium {
#mpd.stopped {
color: transparent;
background: transparent;
border-color: transparent;
}
#mpd.paused {