diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-14 14:36:43 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-14 14:36:43 +0900 |
| commit | b9866fb90a4be036e90c5a3fc04c816cee329ac6 (patch) | |
| tree | fb391a415820d8fa36515b6d2631ec9812761292 /config | |
| parent | 1e6be0acfc8df70cd166d37d24f0c2867ef34316 (diff) | |
adjusted wallust backend. kmeans looks better. Adjusted some waybar css wallust designs
Diffstat (limited to 'config')
| -rw-r--r-- | config/wallust/wallust.toml | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Wallust Obsidian Edge.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | 4 | ||||
| -rw-r--r-- | 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 23a78419..9e51c94b 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 f56f1a17..ad8d1b7f 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 526547f7..1a507fe4 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 b9831707..0a418ad4 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 251f10ba..8bc12221 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; |
