~evybongers/dotfiles

b4916ce269cad58da5f714f7a6e35168c7bda947 — Evy Bongers 2 months ago da7f165
[waybar] Update background transparency
2 files changed, 2 insertions(+), 2 deletions(-)

M .config/waybar/style.css
M .config/waybar/style.scss
M .config/waybar/style.css => .config/waybar/style.css +1 -1
@@ 4,7 4,7 @@
}

window#waybar {
  background-color: rgba(43, 48, 59, 0.5);
  background-color: rgba(43, 48, 59, 0.9);
  border-bottom: 3px solid rgba(100, 114, 125, 0.5);
  color: #ffffff;
  transition-duration: 0.5s;

M .config/waybar/style.scss => .config/waybar/style.scss +1 -1
@@ 4,7 4,7 @@
}

window#waybar {
  background-color: rgba(43, 48, 59, 0.5);
  background-color: rgba(43, 48, 59, 0.9);
  border-bottom: 3px solid rgba(100, 114, 125, 0.5);
  color: #ffffff;
  transition-duration: .5s;