From fc14ec40ba60be84a639c69ad09803db3f462cc7 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Thu, 16 Apr 2026 17:14:32 +0200 Subject: [PATCH] new style --- .config/waybar/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index bca8e13..ccebe58 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -25,7 +25,7 @@ window#waybar.hidden { button { /* Use box-shadow instead of border so the text isn't offset */ - box-shadow: inset 0 -2px transparent; + /* box-shadow: inset 0 -2px transparent; */ /* Avoid rounded borders under each button name */ border: none; border-radius: 0; @@ -34,22 +34,26 @@ button { /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ button:hover { background: inherit; - box-shadow: inset 0 -2px #ffffff; + transition: none; } #workspaces button { padding: 0 4px; color: #999999; background-color: transparent; + box-shadow: inherit; + text-shadow: inherit; } #workspaces button:hover { - background: inherit; + color: #ffffff; + background: #2c2c2c; } #workspaces button.focused, #workspaces button.active { - color: #ffffff; + font-weight: bold; + color: #ffffff; } #workspaces button.urgent {