From 0542535e85b3703885e19df8d728d8426cc33285 Mon Sep 17 00:00:00 2001 From: Fabien Delpierre Date: Wed, 15 Apr 2026 00:14:51 -0400 Subject: fix: actual tabs instead of escape sequences (#47) \t were added instead of an actual tab after a search / replace process --- config/waybar/style/Wallust-Chroma-Edge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/style/Wallust-Chroma-Edge.css b/config/waybar/style/Wallust-Chroma-Edge.css index 4a17d473..9ca9fcb2 100644 --- a/config/waybar/style/Wallust-Chroma-Edge.css +++ b/config/waybar/style/Wallust-Chroma-Edge.css @@ -63,7 +63,7 @@ tooltip label{ #workspaces button.active { background-color: transparent; -\tcolor: @color15; + color: @color15; padding-left: 8px; padding-right: 8px; @@ -144,7 +144,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { -\tcolor: @color15; + color: @color15; /* color: #bf616a; */ border-radius: 12px; background-color: rgba(50, 50, 50, 0.1); -- cgit v1.2.3