diff options
author | Thanos Apollo <[email protected]> | 2025-01-29 11:21:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-29 11:21:29 +0200 |
commit | 04ec6064591ab95e75c4cc396cc5bd7084fca5dd (patch) | |
tree | 65bdbd08c55ca9a6abae4eae38157a4ac3e0403b /.config/waybar/style.css | |
parent | 3e932a916d0c9799053425679dc76aaacdecf741 (diff) |
Update hyprland theming.
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index c98ace6..4ac3adf 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -51,7 +51,7 @@ window#waybar { box-shadow: none; text-shadow: none; padding: 3px; - border-radius: 9px; + border-radius: 100%; padding-left: 4px; padding-right: 4px; animation: border-pulse 20s ease-in infinite; @@ -60,8 +60,8 @@ window#waybar { #workspaces button.active { color: #338fff; - border-radius: 50%; - background-color: black; + border-radius: 100%; + background-color: #171717; padding-left: 8px; padding-right: 8px; animation: border-pulse 20s ease-in infinite; @@ -78,7 +78,8 @@ window#waybar { } #workspaces button:hover { - color: #9CCFD8; + color: #338fff; + /* background-color: #1c1e1f; */ border-radius: 15px; padding-left: 2px; padding-right: 2px; |