feat(waybar): cleaner styles

This commit is contained in:
max_richter 2022-12-04 15:29:31 +01:00
parent 4292b41bb4
commit bbe81986fd
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"sway/workspaces" "sway/workspaces"
], ],
"modules-right": [ "modules-right": [
"custom/power-consumption", // "custom/power-consumption",
"custom/power-profile", "custom/power-profile",
"custom/dpi", "custom/dpi",
"custom/theme", "custom/theme",
@ -65,7 +65,7 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{capacity}%{icon}", "format": "{capacity}% {icon}",
"format-charging": "{capacity}% ", "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",

View File

@ -18,7 +18,7 @@ window > box {
padding: 7px; padding: 7px;
padding-left: 4px; padding-left: 4px;
padding-right: 5px; padding-right: 10px;
} }
#workspaces button { #workspaces button {