diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-15 16:16:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-15 16:16:38 +0900 |
| commit | 4c142b3a4172db1c042455142e137fe3da93e3f7 (patch) | |
| tree | 2ce518ffb2b60c52600b47a02f6cbf8d023bae0d /config/waybar/style/style-Simple-Pink.css | |
| parent | 4bf463491ecf91d8f241d389fca3088a5c04e97d (diff) | |
small tweak
Diffstat (limited to 'config/waybar/style/style-Simple-Pink.css')
| -rw-r--r-- | config/waybar/style/style-Simple-Pink.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/config/waybar/style/style-Simple-Pink.css b/config/waybar/style/style-Simple-Pink.css index 0cefe94f..2b200a87 100644 --- a/config/waybar/style/style-Simple-Pink.css +++ b/config/waybar/style/style-Simple-Pink.css @@ -1,17 +1,22 @@ -/* Simple Pink */ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* .............................................................................*/ +/* ...................... Simple Pink ........................ */ +/* ............................................................................ */ +/* --- 👍 designed by https://github.com/Krautt 👍 --- */ + *{ font-family: "JetBrains Mono Nerd Font"; font-weight: bold; min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 100%; + font-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } window#waybar { - background:black; + background: black; border-radius: 50px; color: whitesmoke; } @@ -45,9 +50,9 @@ border: 5px solid #19141b; border-radius: 50px 50px 50px 50px; background-color: #ba5663; - padding-right: 10px; - padding-left: 10px; - margin: 3px; + padding-right: 2px; + padding-left: 2px; + margin: 1px; } .modules-center { @@ -138,7 +143,7 @@ #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color:whitesmoke; - padding: 0px 10px; + padding: 0px 6px; } |
