diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-10-25 16:26:29 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-10-25 16:26:29 +0200 |
| commit | f933fa6863fd689b4a2c30dca865baa051ca441e (patch) | |
| tree | 12ba41bb9f4c96bd8150f7ae9b5538a21672f176 /.config/waybar | |
| parent | af55c219c694bf4e5c96ced43c5c6ea7a5c5427a (diff) | |
update configs
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; } |