diff options
| author | Fabien Delpierre <fabiendelpierre@users.noreply.github.com> | 2026-04-15 00:14:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 00:14:51 -0400 |
| commit | 0542535e85b3703885e19df8d728d8426cc33285 (patch) | |
| tree | 05ce1fc3c397764ec7af1e7f331fb3f4df2c764d /config/waybar | |
| parent | e4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (diff) | |
fix: actual tabs instead of escape sequences (#47)
\t were added instead of an actual tab after a search / replace process
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/style/Wallust-Chroma-Edge.css | 4 |
1 files 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); |
