diff --git a/configs/waybar/config b/configs/waybar/config index a23437a..8891af6 100644 --- a/configs/waybar/config +++ b/configs/waybar/config @@ -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}", diff --git a/configs/waybar/style.css b/configs/waybar/style.css index 11529f3..9d38101 100644 --- a/configs/waybar/style.css +++ b/configs/waybar/style.css @@ -18,7 +18,7 @@ window > box { padding: 7px; padding-left: 4px; - padding-right: 5px; + padding-right: 10px; } #workspaces button {