refactor(waybar): improve gradient colors for playing media

This commit is contained in:
Price Hiller 2023-06-04 01:41:44 -05:00
parent f511670032
commit 8da900cb1e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -84,11 +84,17 @@
#custom-media.playing { #custom-media.playing {
background: linear-gradient( background: linear-gradient(
-45deg, -45deg,
rgba(126, 156, 216, 0.75), rgba(126, 156, 216, 0.9),
rgba(156, 171, 202, 0.75), rgba(210, 126, 153, 0.9),
rgba(210, 126, 153, 0.75), rgba(255, 93, 98, 0.9),
rgba(255, 93, 98, 0.75), rgba(255, 93, 98, 0.9),
rgba(149, 127, 184, 0.75) rgba(255, 93, 98, 0.9),
rgba(255, 93, 98, 0.9),
rgba(255, 93, 98, 0.9),
rgba(255, 93, 98, 0.9),
rgba(255, 93, 98, 0.9),
rgba(210, 126, 153, 0.9),
rgba(149, 127, 184, 0.9)
); );
} }