feat(waybar): cleaner styles
This commit is contained in:
parent
4292b41bb4
commit
bbe81986fd
@ -13,7 +13,7 @@
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/power-consumption",
|
||||
// "custom/power-consumption",
|
||||
"custom/power-profile",
|
||||
"custom/dpi",
|
||||
"custom/theme",
|
||||
@ -65,7 +65,7 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}%{icon}",
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-alt": "{time} {icon}",
|
||||
|
@ -18,7 +18,7 @@ window > box {
|
||||
|
||||
padding: 7px;
|
||||
padding-left: 4px;
|
||||
padding-right: 5px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
Loading…
Reference in New Issue
Block a user