feat(waybar): add appearance change for playing media

This commit is contained in:
Price Hiller 2023-06-03 20:29:32 -05:00
parent 4cab8bd708
commit ce683cde16
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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 */