feat: further improvement of waybar :D
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user