diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 22:35:36 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 22:35:36 +0900 |
| commit | 3cdfb07e6bb2be9993a1de038fd57c3bd6252305 (patch) | |
| tree | 7abf668d070dc644c0715b1060167cb5b2e5cbf9 | |
| parent | f94e75d6936f57961c132b2908eb6425ae02f1dc (diff) | |
Rename waybar styles and edited Lined
| -rw-r--r-- | config/waybar/style/Chroma Tally.css (renamed from config/waybar/style/Colored (Lined).css) | 11 | ||||
| -rw-r--r-- | config/waybar/style/Rainbow Spectrum.css (renamed from config/waybar/style/Colorful.css) | 2 | ||||
| -rw-r--r-- | config/waybar/style/Translucent Chromatic.css (renamed from config/waybar/style/Colored.css) | 0 |
3 files changed, 8 insertions, 5 deletions
diff --git a/config/waybar/style/Colored (Lined).css b/config/waybar/style/Chroma Tally.css index 3b8ca124..21d313f4 100644 --- a/config/waybar/style/Colored (Lined).css +++ b/config/waybar/style/Chroma Tally.css @@ -1,6 +1,8 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Colored Line */ +@import '../../.cache/wal/colors-waybar.css'; + * { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; @@ -12,8 +14,11 @@ padding: 1px; } window#waybar { - background:rgba (0, 0, 0, 0.5); - border-radius: 20px 20px 20px 20px; + background: rgba (0, 0, 0, 0.5); + border-radius: 20px 20px 20px 20px; + border-bottom: 4px; + border-style: solid; + border-color: @color2; } #workspaces button { @@ -97,8 +102,6 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { padding: 1px 4px; - border-bottom: 1px; - border-style: solid; } /* ----------------------------------------------------------------------------- diff --git a/config/waybar/style/Colorful.css b/config/waybar/style/Rainbow Spectrum.css index cfdcb04a..3a6df806 100644 --- a/config/waybar/style/Colorful.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: 98%; +font-size: 96%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } diff --git a/config/waybar/style/Colored.css b/config/waybar/style/Translucent Chromatic.css index 9b4aa40f..9b4aa40f 100644 --- a/config/waybar/style/Colored.css +++ b/config/waybar/style/Translucent Chromatic.css |
