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; }