Browse Source

reduce borders on some waybar styles

pull/53/head
JaKooLit 2 years ago
parent
commit
91515c96c8
  1. 2
      config/waybar/style/Catppuccin-Latte.css
  2. 2
      config/waybar/style/Chroma Tally.css

2
config/waybar/style/Catppuccin-Latte.css

@ -17,7 +17,7 @@ window#waybar {
transition-property: background-color;
transition-duration: 0.5s;
/*background: transparent;*/
border-bottom: 3px solid @sapphire;
border-bottom: 2px solid @sapphire;
background: @theme_base_color;
border-radius: 10px;
}

2
config/waybar/style/Chroma Tally.css

@ -16,7 +16,7 @@ padding: 1px;
window#waybar {
background: rgba (0, 0, 0, 0.5);
border-radius: 12px;
border-bottom: 3px;
border-bottom: 2px;
border-style: solid;
border-color: @color2;
}

Loading…
Cancel
Save