diff options
Diffstat (limited to 'config/waybar/style/Chroma Tally.css')
| -rw-r--r-- | config/waybar/style/Chroma Tally.css | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index 55047b18..72745a7b 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -8,7 +8,7 @@ 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: 96%; +font-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } @@ -23,8 +23,6 @@ window#waybar { #workspaces button { color: #eceff4; - margin-top: 2px; - margin-bottom: 3px; box-shadow: none; text-shadow: none; padding: 0px; @@ -41,10 +39,8 @@ window#waybar { border-style: solid; border-radius: 15px; background-color: @color2; - margin-left: 3px; padding-left: 12px; padding-right: 12px; - margin-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -103,7 +99,10 @@ window#waybar { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 1px 4px; + padding-top: 3px; + padding-bottom: 3px; + padding-left: 4px; + padding-right: 4px; } /* ----------------------------------------------------------------------------- @@ -194,13 +193,11 @@ window#waybar { #custom-menu, #custom-power{ - color: #eba0ac; - margin-top:2px; + color: #eba0ac; } #window{ - border-style: hidden; - margin-top:1px; + border-style: hidden; } #custom-lock, @@ -214,10 +211,8 @@ window#waybar { #taskbar button.active { background-color: #7f849c; - margin-left: 3px; padding-left: 12px; padding-right: 12px; - margin-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } |
