update: battery icon and space

This commit is contained in:
Yingjie Wang 2024-05-26 18:47:31 -04:00
parent 3ca359ce96
commit 08947e991c
2 changed files with 3 additions and 3 deletions

View File

@ -395,7 +395,7 @@
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format": "{icon} {capacity}%",
"format-charging": "",
"format-plugged": " {capacity}%",
"format-alt": "{icon} {time}",
@ -414,7 +414,7 @@
"critical": 15
},
"format": "",
"format-charging": "{icon} {capacity}%",
"format-charging": "{icon} {capacity}%",
// "format-good": "", // An empty format will hide the module
//"format-icons": {
// "Charging": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"],

View File

@ -446,7 +446,7 @@ window#waybar.empty #window {
font-size: 14px;
color: @textcolor2;
border-radius: 10px;
padding: 2px 15px 0px 10px;
padding: 0px 10px 0px 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
}