From 1b4081997816c9157eb0948753357b140fbe887b Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas Date: Tue, 19 Aug 2025 22:08:58 +0530 Subject: [PATCH] decrease padding for custom/cpu --- .config/waybar/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 5affd81..169e3c8 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -193,6 +193,12 @@ label:focus { color: #ffd580; } +#cpu, +#memory, +#temperature { + padding: 0px 3px; +} + #network { background-color: transparent; }