diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:36:39 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:36:39 +0900 |
| commit | f42909cf950929a1ee4f816c4e7a5c35d4d11ed7 (patch) | |
| tree | 2258d27d3a3b343e00a76e35bfcf4459ae83c441 | |
| parent | 7a49b4668499b9f8457c2c5a7ed2536b954b7ebe (diff) | |
minor waybar style update
| -rw-r--r-- | config/waybar/style/[Extra] Modern-Combined v2.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/style/[Extra] Modern-Combined v2.css b/config/waybar/style/[Extra] Modern-Combined v2.css index d335241f..cb78c1f4 100644 --- a/config/waybar/style/[Extra] Modern-Combined v2.css +++ b/config/waybar/style/[Extra] Modern-Combined v2.css @@ -74,7 +74,7 @@ tooltip { #workspaces button.active { color: @textcolor1; background: @workspacesbackground2; - border-radius: 10px; + border-radius: 4px; min-width: 30px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); @@ -85,7 +85,7 @@ tooltip { #workspaces button:hover { color: @red; background: @workspacesbackground2; - border-radius: 5px; + border-radius: 3px; opacity:0.6; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
