refactor(waybar): do not use linear gradient for media
This commit is contained in:
parent
f677db7cb5
commit
515857e0d0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user