diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7d66ab0..69f397a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -32,11 +32,16 @@ #battery, #pulseaudio, #custom-lock, -#custom-power { +#custom-power, +#memory { background-color: @surface0; padding: 0.5rem 1rem; } +#memory { + margin-right: 1rem; +} + #clock { color: @blue; margin-right: 1rem;