diff options
Diffstat (limited to '.config/waybar')
| -rw-r--r-- | .config/waybar/style.css | 26 |
1 files changed, 12 insertions, 14 deletions
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; } |