diff options
Diffstat (limited to 'config/waybar/style/style-Crimson.css')
| -rw-r--r-- | config/waybar/style/style-Crimson.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config/waybar/style/style-Crimson.css b/config/waybar/style/style-Crimson.css index d6afb242..2b26b9a0 100644 --- a/config/waybar/style/style-Crimson.css +++ b/config/waybar/style/style-Crimson.css @@ -1,11 +1,15 @@ -/* Crimson */ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* .............................................................................*/ +/* ................. ..... Crimson ........................ */ +/* ............................................................................ */ +/* --- 👍 designed by https://github.com/Krautt 👍 --- */ *{ font-family: "JetBrainsMono 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"'; } @@ -42,7 +46,7 @@ } /*-----module groups----*/ .modules-right { - padding-right: 20px; + padding-right: 2px; } @@ -53,7 +57,7 @@ } .modules-left { - padding-left: 20px; + padding-left: 2px; } @@ -131,7 +135,7 @@ #custom-weather.sunnyDay { color: wheat; padding-right: 10px; - padding-left: 15px; + padding-left: 10px; } #temperature.critical { |
