Changing battery widget color when < 5% #432
AnirudhG07
started this conversation in
Ideas
Replies: 1 comment
-
Sure, you can add these custom styles in your settings: .battery--low {
background-color: var(--red);
}
.battery--low .battery__charging-icon {
stroke: var(--red);
} With these, the battery widget will turn red as soon as battery level drops under 15%. Let me know if this is what you are looking for :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if we could like change the battery color widget from purple to RED or something custom so that it indirectly keeps pinging us after 5% reminder in Mac that battery is LOW.
Maybe like changing color every 1% since the change comes to notice or atleast when <= 5%, just change to RED.
What do you think?
(If this already exists, pls share how to do so :)
Beta Was this translation helpful? Give feedback.
All reactions