refactor: disabled green blinking on charging because it was annoying
This commit is contained in:
@@ -204,13 +204,15 @@ button:hover {
|
|||||||
|
|
||||||
#battery.plugged:not(.charging) {
|
#battery.plugged:not(.charging) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
animation: blink-aight 1s infinite;
|
/*
|
||||||
|
* animation: blink-aight 1s infinite;
|
||||||
|
|
||||||
animation-name: blink-aight;
|
animation-name: blink-aight;
|
||||||
animation-duration: 5s;
|
animation-duration: 35s;
|
||||||
animation-timing-function: steps(128);
|
animation-timing-function: steps(128);
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#power-profiles-daemon {
|
#power-profiles-daemon {
|
||||||
|
|||||||
Reference in New Issue
Block a user