diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-16 11:52:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-16 11:52:20 +0900 |
| commit | eb6a1285125d0dd6e88313bffea497f89a7cfb4d (patch) | |
| tree | cff59c1432130083a89cce912058e1517752dc7c | |
| parent | c30b1c5599daa78169486d76c9d3dd2fba3803a8 (diff) | |
some waybar style minor updates
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined.css | 7 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust Transparent] Crystal Clear.css | 11 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust] Simple.css | 9 |
3 files changed, 16 insertions, 11 deletions
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index 55fb7dfb..a31f68cf 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -15,7 +15,7 @@ @define-color background-module @transparent; @define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color9; +@define-color button-hover @color13; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; @@ -48,7 +48,7 @@ window#waybar.empty #window { tooltip { background: #1e1e2e; - border-radius: 5px; + border-radius: 12px; border-width: 1px; border-style: solid; border-color: @border-color; @@ -58,13 +58,12 @@ tooltip { /*-----module groups----*/ .modules-right { background-color: @background-module; - border-bottom:2px solid @border-color; border-radius:15px; + border-bottom:2px solid @border-color; padding-top: 2px; padding-bottom: 0px; padding-right: 4px; padding-left: 4px; - } .modules-center { diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 52cfec67..d8f21d29 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -7,7 +7,7 @@ @define-color critical #ff0000; /* critical color */ @define-color warning #f3f809; /* warning color */ @define-color text @color12; /* text color */ -@define-color text-alt @color9; /* text alternative color */ +@define-color text-alt @color13; /* text alternative color */ @define-color bg @color7; /* background color */ *{ @@ -51,6 +51,15 @@ window#waybar.empty #window { } +tooltip { + color: @color12; + background: @color10; + opacity: 0.8; + border-radius: 10px; + border-width: 1px; + border-style: solid; +} + #workspaces button { color: @text-alt; box-shadow: none; diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css index a5d122f3..830d8f60 100644 --- a/config/waybar/style/[Wallust] Simple.css +++ b/config/waybar/style/[Wallust] Simple.css @@ -25,13 +25,10 @@ window#waybar.empty #window { } tooltip { - color: @color15; - background: @color0; - opacity: 0.8; + color: @color13; + background: @color10; + opacity: 1.0; border-radius: 10px; - border-width: 1px; - border-style: solid; - border-color: @color15; } /*-----module groups----*/ |
