diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 13:10:00 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-27 13:10:00 +0900 |
| commit | e9b072137f0aaa905e4c6cfc1aaf942ecb768701 (patch) | |
| tree | 0767f41b925791cefaadb88fd195c863df9a08b4 /config | |
| parent | 3f6c29f945d87974184d52b3de9943d75d17ee04 (diff) | |
minor waybar style update
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined v2.css | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined v2.css b/config/waybar/style/[Dark] Latte-Wallust combined v2.css index 16e46aef..0aef9615 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined v2.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined v2.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Catppuccin Latte - Wallust v2 */ +/* Catppuccin Latte - Wallust - v2 */ @define-color white #F2F2F2; @define-color black #000000; @@ -11,7 +11,7 @@ @define-color teal-trans rgba(1, 117, 84, 0.5); @define-color cyan rgba(53, 140, 169, 1); -@define-color background-module @transparent; +@define-color background-module @background; @define-color background-module2 @color11; @define-color border-color @color12; @define-color button-color @color10; @@ -30,26 +30,14 @@ } window#waybar { - background-color: @background-module; + background: @background; border-radius:15px; - border-bottom:2px solid @border-color; padding-top: 2px; padding-bottom: 0px; padding-right: 4px; padding-left: 4px; } -window#waybar.hidden { - opacity: 0; -} - -window#waybar.empty, -window#waybar.empty #window { - padding: 0px; - border: 0px; - background-color: transparent; -} - tooltip { background: #1e1e2e; border-radius: 12px; |
