diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index f84ac40..82752b1 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -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": ["󰢟","󰢜","󰂆","󰂇","󰂈","󰢝","󰂉","󰢞","󰂊","󰂋","󰂅"], diff --git a/waybar/themes/ml4w-blur-custom/style.css b/waybar/themes/ml4w-blur-custom/style.css index e56c4a6..d1336fc 100644 --- a/waybar/themes/ml4w-blur-custom/style.css +++ b/waybar/themes/ml4w-blur-custom/style.css @@ -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; }