aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style
diff options
context:
space:
mode:
authorFabien Delpierre <fabiendelpierre@users.noreply.github.com>2026-04-15 00:14:51 -0400
committerGitHub <noreply@github.com>2026-04-15 00:14:51 -0400
commit0542535e85b3703885e19df8d728d8426cc33285 (patch)
tree05ce1fc3c397764ec7af1e7f331fb3f4df2c764d /config/waybar/style
parente4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (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/style')
-rw-r--r--config/waybar/style/Wallust-Chroma-Edge.css4
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);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage