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" : {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ tooltip label {
|
|||
#temperature,
|
||||
#workspaces,
|
||||
#custom-os,
|
||||
#battery,
|
||||
#custom-swaync {
|
||||
background: alpha(#fff, 0.05);
|
||||
border-radius: 6px;
|
||||
|
|
@ -74,7 +75,8 @@ tooltip label {
|
|||
#cpu,
|
||||
#memory
|
||||
#temperature,
|
||||
#network {
|
||||
#network,
|
||||
#battery {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue