style: waybar battery
This commit is contained in:
parent
f5fcb410a8
commit
7b95597a9d
2 changed files with 7 additions and 5 deletions
|
|
@ -175,11 +175,11 @@
|
|||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "<span color='#ebdbb2'>{capacity}%</span> {icon}",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": "<span color='#ebdbb2'>{capacity}%</span> ",
|
||||
"format-plugged": "<span color='#ebdbb2'>{capacity}%</span> ",
|
||||
"format-alt": "<span color='#ebdbb2'>{time}</span> {icon}"
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{icon} {time}"
|
||||
},
|
||||
|
||||
"network" : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue