From 51f877ca1ff1b18ce976353efbdfe3adb75c46d4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 15:26:35 +0200 Subject: [PATCH] Left over styles from status indicators --- config/waybar/style.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 8567e205..924e1851 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -58,24 +58,6 @@ tooltip { margin-left: 8.75px; } -#group-status-cluster { - margin-right: 8.75px; -} - -#custom-status-dnd, -#custom-status-nightlight, -#custom-status-idle { - min-width: 12px; - margin: 0 2px; - font-size: 10px; -} - -#custom-status-dnd.status-dnd, -#custom-status-nightlight.status-nightlight, -#custom-status-idle.status-idle { - opacity: 1; -} - .hidden { opacity: 0; }