diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-16 15:26:10 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 4aab461bca854cd49b4349d7f5f2183a2463e0f4 (patch) | |
tree | f3493655c70ee4e1f15a1a6f21952f22fe188cf1 /.config | |
parent | 0061bb3a92f54c3b6ed6f8e32c73fa2ba6527501 (diff) |
[waybar] adjust styles
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
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; -} - |