diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 23:07:49 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 23:07:49 +0900 |
| commit | b47ec452391bb02d7e0bed145044ded4870326f1 (patch) | |
| tree | f2c7784268498c806b46488220f0c21a18ae8874 /config/waybar/style/Black & White.css | |
| parent | dde6d7db39f2f077fc457ffec0eb2f20e18018f8 (diff) | |
new waybar style schemes
Diffstat (limited to 'config/waybar/style/Black & White.css')
| -rw-r--r-- | config/waybar/style/Black & White.css | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/config/waybar/style/Black & White.css b/config/waybar/style/Black & White.css index b68a908b..72ecd424 100644 --- a/config/waybar/style/Black & White.css +++ b/config/waybar/style/Black & White.css @@ -40,7 +40,7 @@ tooltip label{ .modules-right { background-color: black; color: white; - border-bottom: 2px; + border-bottom: 3px; border-style: solid; border-color: white; border-radius: 10px; @@ -50,11 +50,11 @@ tooltip label{ padding-left: 4px; } .modules-center { - background-color: white; - color: black; - border-top: 2px; + background-color: black; + color: white; + border-bottom: 3px; border-style: solid; - border-color: black; + border-color: white; border-radius: 10px; padding-top: 2px; padding-bottom: 2px; @@ -64,8 +64,7 @@ tooltip label{ .modules-left { background-color: black; color: white; - border-bottom: 2px; - border-bottom: 2px; + border-bottom: 3px; border-style: solid; border-color: white; border-radius: 10px; @@ -86,7 +85,7 @@ tooltip label{ transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - color: black; + color: grey; background-color: rgba(0,153,153,0.2); padding-left: 2px; padding-right: 2px; @@ -95,8 +94,7 @@ tooltip label{ } #workspaces button.active { - color: grey; - background: rgba(191, 191, 191,0.1); + color: white; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; |
