From 95a76709b20bc37c5da519096a994ed46b2569bf Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 29 Jan 2026 19:29:52 -0500 Subject: Update to wallust to fix kitty broke waybar colors On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/wallust/templates/colors-waybar.css modified: config/waybar/wallust/colors-waybar.css --- config/wallust/templates/colors-waybar.css | 2 +- config/waybar/wallust/colors-waybar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wallust/templates/colors-waybar.css b/config/wallust/templates/colors-waybar.css index c59e4914..8f7efa96 100644 --- a/config/wallust/templates/colors-waybar.css +++ b/config/wallust/templates/colors-waybar.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground {{foreground}}; + @define-color foreground {{color12}}; @define-color background {{background}}; @define-color background-alt rgba({{background | rgb}},0.25); @define-color cursor {{cursor}}; diff --git a/config/waybar/wallust/colors-waybar.css b/config/waybar/wallust/colors-waybar.css index 8a470b1a..7f7e3eb9 100644 --- a/config/waybar/wallust/colors-waybar.css +++ b/config/waybar/wallust/colors-waybar.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground #F9E3DF; + @define-color foreground #7F4EA2; @define-color background #151316; @define-color background-alt rgba(21,19,22,0.25); @define-color cursor #F9E3DF; -- cgit v1.2.3