diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 11:51:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 11:51:17 +0900 |
| commit | 310f3c880c0153c1fa463cc6b7f772239eef7df0 (patch) | |
| tree | 0f8ada9bc70853907cfc7a7016b04219512e7a65 /config/waybar/style/Chroma Tally.css | |
| parent | 6adf09409e23931689be999c91a2cdeb96c571f6 (diff) | |
removal of margins on waybar styles, added highway dark and light wallpapers, some small tweaks on waybar configs(layouts)
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); } |
