From 7f54407d28b5a7d2130dd99fddb0072c91320118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 15 Oct 2024 22:15:51 +0200 Subject: [PATCH] Adjust the waybar theme --- .config/waybar/macchiato.css | 1 + .config/waybar/style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/waybar/macchiato.css b/.config/waybar/macchiato.css index 4a8ef11..ae2d95c 100644 --- a/.config/waybar/macchiato.css +++ b/.config/waybar/macchiato.css @@ -18,6 +18,7 @@ @define-color sapphire #7dc4e4; @define-color blue #8aadf4; @define-color lavender #b7bdf8; +@define-color lavendersoft rgba(183, 189, 248, 0.4); @define-color text #cad3f5; @define-color subtext1 #b8c0e0; @define-color subtext0 #a5adcb; diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 08011ce..c8c3460 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -43,7 +43,8 @@ button:hover { } #workspaces button.active { - color: @text; + background-color: @lavendersoft; + box-shadow: inset 0 -3px #ffffff; } #workspaces button.focused {