refactor(waybar): do not use linear gradient for media

This commit is contained in:
Price Hiller 2023-05-30 16:52:26 -05:00
parent f677db7cb5
commit 515857e0d0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -76,12 +76,6 @@
/* Media */ /* Media */
#custom-media { #custom-media {
margin: 0; margin: 0;
background: linear-gradient(
-45deg,
rgba(126, 156, 216, 0.9),
rgba(210, 126, 153, 0.9),
rgba(149, 127, 184, 0.9)
);
background-size: 400% 400%; 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 * 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