From b45568aa71951d7ae19382ab221ea106747fd033 Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Thu, 5 Feb 2026 19:45:46 +0100 Subject: [PATCH] Update .config/waybar/style.css --- private_dot_config/waybar/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index bfff47c..d62c8b2 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -5,13 +5,14 @@ font-size: 14px; } -@define-color background_color #233142; -@define-color module_container_color #455d7a; -@define-color text_color #f95959; +@define-color primary_color rgba(0,0,0,0); +@define-color secondary_color #393e46; +@define-color tertiary_color deepskyblue; +@define-color quaternary_color #eeeeee; window#waybar { - background-color: @background_color; - color: @text_color; + background-color: @primary_color; + color: @tertiary_color; transition-property: background-color; transition-duration: .5s; } @@ -61,7 +62,7 @@ button:hover { .modules-center, .modules-right { - background: @module_container_color; + background: @secondary_color; margin: 4px 10px; padding: 0 10px; border-radius: 15px; @@ -145,7 +146,7 @@ button:hover { } #cava { - color: @text_color; + color: @quaternary_color; opacity: 0.3; }