From f933fa6863fd689b4a2c30dca865baa051ca441e Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 25 Oct 2023 16:26:29 +0200 Subject: update configs --- .config/waybar/style.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to '.config/waybar') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 8955b4e..b9e2e8a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -17,26 +17,24 @@ window#waybar { margin-right: 10px; } #workspaces button { - background-color: #3c3836; - border-radius: 20px; + background-color: rgba(60, 56, 54, 0.8); + border-radius: 5px; font-weight: bolder; margin-left: 5px; + padding: 0px 7px; + border: none; + box-shadow: none; } #workspaces button.active { background-color: #b16286; } -@keyframes gradient { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } +#workspaces button:hover { + background-image: none; + background: #3c3836; + border: none; + box-shadow: none; } #tray, @@ -48,8 +46,8 @@ window#waybar { #clock, #window { - background-color: #3c3836; - border-radius: 20px; + background-color: rgba(60, 56, 54, 0.8); + border-radius: 5px; margin: 10px 0; padding: 5px 10px; } -- cgit v1.2.3-70-g09d2