From 3aae953267b13a3822874c1d2e070834ee9c864d Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:34:33 +0400 Subject: [PATCH] again --- config/waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 2077a79f..ebdf8074 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -18,7 +18,7 @@ window#waybar { #battery, #disk, #tray { - background: #303957; + background: #262626; } #workspaces button { @@ -28,8 +28,8 @@ window#waybar { } #workspaces button.active{ - color: #44E141; - border-bottom: 3px solid #44E141; + color: #b30000; + border-bottom: 3px solid #b30000; } #workspaces button:hover { box-shadow: inherit;