From fe72a6f52f3ba1b80fb2bc3dffb0d3a914e17933 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Sun, 17 Aug 2025 19:39:07 -0400 Subject: [PATCH] update waybar --- .config/waybar/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;