diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 20:07:08 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 20:07:08 +0900 |
| commit | 203071f58db3fe8384a5d2c65e6ff6f38d433d52 (patch) | |
| tree | 3d66c50491f23d4e8b5b94f667ad0378cb66bd6f /config/waybar/style/Purpl.css | |
| parent | 2f35d78ff0f68261f4ee8f7b1b8f6183289c9578 (diff) | |
Rework on waybar styles. Added keyhints wiki page
Diffstat (limited to 'config/waybar/style/Purpl.css')
| -rw-r--r-- | config/waybar/style/Purpl.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css index 226a5407..3a6c6904 100644 --- a/config/waybar/style/Purpl.css +++ b/config/waybar/style/Purpl.css @@ -9,14 +9,13 @@ font-weight: bold; min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; + font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } window#waybar { background: #100214; - border-radius: 10px; color: #cba6f7; } @@ -48,7 +47,7 @@ tooltip { /*-----module groups----*/ .modules-right { - border: 5px solid #20052a; + border: 3px solid #20052a; border-radius: 100px 0px 0px 0px; background-color: #3d174b; padding-top: 2px; @@ -68,7 +67,7 @@ tooltip { .modules-left { /*background-color: #1e1e2e;*/ - border: 5px solid #20052a; + border: 3px solid #20052a; border-radius: 0px 0px 100px 0px; background-color: #441a53; padding-top: 2px; |
