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/Rainbow Spectrum.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/Rainbow Spectrum.css')
| -rw-r--r-- | config/waybar/style/Rainbow Spectrum.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css index 3a6df806..e0a03b13 100644 --- a/config/waybar/style/Rainbow Spectrum.css +++ b/config/waybar/style/Rainbow Spectrum.css @@ -6,7 +6,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; } @@ -30,7 +30,6 @@ window#waybar.empty { window#waybar.empty #window { padding: 0px; - margin: 0px; border: 0px; /* background-color: rgba(66,66,66,0.5); */ /* transparent */ background-color: transparent; @@ -95,9 +94,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - border-radius: 8px; - margin: 4px 1px; + border-radius: 10px; padding: 0px 4px; + padding-top: 2px; + padding-bottom: 2px; color: #3A3B3C; border: 1px solid #b4befe; } @@ -170,8 +170,6 @@ tooltip label{ text-shadow: none; padding: 0px; border-radius: 9px; - margin-top: 3px; - margin-bottom: 3px; padding-left: 3px; padding-right: 3px; animation: gradient_f 20s ease-in infinite; @@ -181,15 +179,15 @@ tooltip label{ #workspaces button.active { background-color: #eba0ac; color: #3A3B3C; - 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); } #workspaces button:hover { + background: #eb6f92; + color: #f6c177; padding-left: 3px; padding-right: 3px; animation: gradient_f 20s ease-in infinite; @@ -205,10 +203,8 @@ tooltip label{ #taskbar button.active { background-color: #b4befe; color: #3A3B3C; - 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); } |
