From b2afecd9b3c6e1df132896d9a2b9eebb03435b27 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 31 Mar 2024 23:17:12 +0200 Subject: [PATCH] [waybar] some space saving --- apps/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/waybar/style.css b/apps/waybar/style.css index 59c1c05..f703b99 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -90,6 +90,7 @@ tooltip { #battery, #custom-wireguard, #cpu, +#disk, #memory, #network, #pulseaudio { @@ -99,7 +100,7 @@ tooltip { margin-left: 0px; } -#disk { +#tray { border-radius: 10px 0px 0px 10px; font-size: 18px; margin-left: 10px;