From 4aab461bca854cd49b4349d7f5f2183a2463e0f4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 16 Feb 2022 15:26:10 +0100 Subject: [waybar] adjust styles --- .config/waybar/style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 64618bc..316a09b 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -18,10 +18,21 @@ #workspaces button.focused { background: rgba(255, 255, 255, 0.2); } +#workspaces button:hover { + box-shadow: none; + border: inherit; + background: inherit; +} #workspaces button + button { border-left: 1px solid rgba(255, 255, 255, 0.25); } +#mode { + border-bottom: 1px solid #fff; + margin: 0 10px; + padding: 0 5px; +} + .modules-center { padding: 5px 0; } @@ -39,9 +50,3 @@ background: rgba(255, 255, 255, 0.25); } -#mode { - border-bottom: 1px solid #fff; - margin: 0 10px; - padding: 0 5px; -} - -- cgit v1.2.3