Waybar icons fix
This commit is contained in:
Binary file not shown.
@@ -57,6 +57,8 @@
|
|||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-plugged": " {capacity}%",
|
||||||
|
"format-charging": " {capacity}%",
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
|
|||||||
@@ -100,14 +100,24 @@ window#waybar {
|
|||||||
#battery {
|
#battery {
|
||||||
background-color: #a6e3a1;
|
background-color: #a6e3a1;
|
||||||
color: #1e1e2e;
|
color: #1e1e2e;
|
||||||
|
transition: color 0.5s, background-color 0.5s, linear-gradient 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
color: #f9e2af;
|
color: #1e1e2e;
|
||||||
}
|
background: #F38BA8;
|
||||||
|
background: linear-gradient(135deg, rgba(243, 139, 168, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%);}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
background-color: #40a02b;
|
background-color: #40a02b;
|
||||||
|
background: #CBA6F7;
|
||||||
|
background: linear-gradient(135deg, rgba(203, 166, 247, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.plugged {
|
||||||
|
background-color: #40a02b;
|
||||||
|
background: #CBA6F7;
|
||||||
|
background: linear-gradient(135deg, rgba(203, 166, 247, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical {
|
#battery.critical {
|
||||||
|
|||||||
Reference in New Issue
Block a user