diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b7316ea..031af55 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -76,7 +76,7 @@ background-color: @Buttons; padding: 0.3rem 0.7rem; margin: 5px 0px; - margin-left: 20px; + margin-left: 7px; margin-right: 10px; border-radius: 10px; /* This module is always rounded */ min-width: 0; @@ -118,6 +118,9 @@ transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; } +#custom-power { + margin-right: 11px; +} #battery { color: @Text;