Added fully charged color
This commit is contained in:
parent
74a78bd30f
commit
8798d7f507
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,10 @@ window#waybar.solo {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery.full {
|
||||||
|
color: rgba(36, 238, 46, 1);
|
||||||
|
}
|
||||||
|
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
color: rgba(255, 210, 4, 1);
|
color: rgba(255, 210, 4, 1);
|
||||||
}
|
}
|
||||||
|
@ -59,9 +63,11 @@ window#waybar.solo {
|
||||||
color: rgba(238, 46, 36, 1);
|
color: rgba(238, 46, 36, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: rgba(217, 216, 216, 1);
|
color: rgba(217, 216, 216, 1);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#custom-storage.warning {
|
#custom-storage.warning {
|
||||||
color: rgba(255, 210, 4, 1);
|
color: rgba(255, 210, 4, 1);
|
||||||
|
|
Loading…
Reference in a new issue