feat(waybar): add appearance change for playing media
This commit is contained in:
parent
4cab8bd708
commit
ce683cde16
@ -77,11 +77,17 @@
|
|||||||
/* Media */
|
/* Media */
|
||||||
#custom-media {
|
#custom-media {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-size: 400% 400%;
|
}
|
||||||
/*
|
|
||||||
* NOTE: As much as I'd love to have this animation on, gtk enjoys being a massive pile of shit and causes the CPU to
|
#custom-media.playing {
|
||||||
* turn into a space heater. */
|
background: linear-gradient(
|
||||||
/* animation: gradient_scroll 10s ease infinite; */
|
-45deg,
|
||||||
|
rgba(126, 156, 216, 0.75),
|
||||||
|
rgba(156, 171, 202, 0.75),
|
||||||
|
rgba(210, 126, 153, 0.75),
|
||||||
|
rgba(255, 93, 98, 0.75),
|
||||||
|
rgba(149, 127, 184, 0.75)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Launcher */
|
/* Launcher */
|
||||||
|
Loading…
Reference in New Issue
Block a user