From b9866fb90a4be036e90c5a3fc04c816cee329ac6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 14:36:43 +0900 Subject: [PATCH] adjusted wallust backend. kmeans looks better. Adjusted some waybar css wallust designs --- config/wallust/wallust.toml | 2 +- config/waybar/style/[Dark] Latte-Wallust combined.css | 4 ++-- config/waybar/style/[Dark] Wallust Obsidian Edge.css | 2 +- .../waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | 4 ++-- config/waybar/style/[Wallust] Colored.css | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 23a7841..9e51c94 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,6 +1,6 @@ # wallust 3.0 beta.* -backend = "resized" +backend = "kmeans" color_space = "lch" # NOTE: All filters will fill 16 colors (from color0 to color15), 16 color diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index f56f1a1..ad8d1b7 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -13,9 +13,9 @@ @define-color cyan rgba(53, 140, 169, 1); @define-color background-module @transparent; -@define-color border-color @color9; +@define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color12; +@define-color button-hover @color9; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index 526547f..1a507fe 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -74,7 +74,7 @@ tooltip label { } #workspaces button { - color: @color2; + color: @color12; box-shadow: none; text-shadow: none; padding: 0px; diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index b983170..0a418ad 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -13,9 +13,9 @@ @define-color cyan rgba(53, 140, 169, 1); @define-color background-module @transparent; -@define-color border-color @color9; +@define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color12; +@define-color button-hover @color9; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css index 251f10b..8bc1222 100644 --- a/config/waybar/style/[Wallust] Colored.css +++ b/config/waybar/style/[Wallust] Colored.css @@ -42,7 +42,7 @@ tooltip { /*-----module groups----*/ .modules-right { - border: 3px solid @color14; + border: 3px solid @color12; border-radius: 40px 0px 0px 0px; background-color: @color1; padding-top: 2px; @@ -52,7 +52,7 @@ tooltip { } .modules-center { - border: 3px solid @color14; + border: 3px solid @color7; border-radius: 60px 0px 60px 0px; background-color: @background; padding-top: 2px; @@ -62,7 +62,7 @@ tooltip { } .modules-left { - border: 3px solid @color14; + border: 3px solid @color12; border-radius: 0px 0px 40px 0px; background-color: @color1; padding-top: 2px;