Browse Source

Rename waybar styles and edited Lined

pull/39/head
JaKooLit 2 years ago
parent
commit
3cdfb07e6b
  1. 9
      config/waybar/style/Chroma Tally.css
  2. 2
      config/waybar/style/Rainbow Spectrum.css
  3. 0
      config/waybar/style/Translucent Chromatic.css

9
config/waybar/style/Colored (Lined).css → config/waybar/style/Chroma Tally.css

@ -1,6 +1,8 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Colored Line */ /* Colored Line */
@import '../../.cache/wal/colors-waybar.css';
* { * {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";
font-weight: bold; font-weight: bold;
@ -12,8 +14,11 @@ padding: 1px;
} }
window#waybar { window#waybar {
background:rgba (0, 0, 0, 0.5); background: rgba (0, 0, 0, 0.5);
border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px;
border-bottom: 4px;
border-style: solid;
border-color: @color2;
} }
#workspaces button { #workspaces button {
@ -97,8 +102,6 @@ window#waybar {
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
padding: 1px 4px; padding: 1px 4px;
border-bottom: 1px;
border-style: solid;
} }
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------

2
config/waybar/style/Colorful.css → config/waybar/style/Rainbow Spectrum.css

@ -6,7 +6,7 @@ font-family: "JetBrainsMono Nerd Font";
font-weight: bold; font-weight: bold;
min-height: 0; min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ /* 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"'; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px; padding: 1px;
} }

0
config/waybar/style/Colored.css → config/waybar/style/Translucent Chromatic.css

Loading…
Cancel
Save