From b113e1f81d223541f81cb1a34f8a8db8a50fd2df Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 3 Apr 2024 14:34:31 -0400 Subject: [PATCH] update: keep idle-inh... --- waybar/themes/ml4w-blur-custom/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/themes/ml4w-blur-custom/style.css b/waybar/themes/ml4w-blur-custom/style.css index 306d427..fb68626 100644 --- a/waybar/themes/ml4w-blur-custom/style.css +++ b/waybar/themes/ml4w-blur-custom/style.css @@ -193,7 +193,7 @@ window#waybar.empty #window { * ----------------------------------------------------- */ #idle_inhibitor { - margin-right: 15px; + margin-right: 10px; font-size: 22px; font-weight: bold; opacity: 0.8; @@ -201,7 +201,7 @@ window#waybar.empty #window { } #idle_inhibitor.activated { - margin-right: 15px; + margin-right: 10px; font-size: 20px; font-weight: bold; opacity: 0.8;