Browse Source

style change

master
Juni Kim 2 weeks ago
parent
commit
f61d7e4b13
  1. 4
      .config/waybar/style.css

4
.config/waybar/style.css

@ -6,7 +6,7 @@
} }
window#waybar { window#waybar {
background-color: rgba(43, 48, 59, 0.9);
background-color: rgba(35, 42, 46, 0.9);
color: #d3c6aa; color: #d3c6aa;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
@ -50,7 +50,7 @@ button:hover {
#window, #workspaces { #window, #workspaces {
background-color: #343f44; background-color: #343f44;
border: 2px solid #4f585e;
border: 2px solid #7a8478;
border-radius: 10px; border-radius: 10px;
} }

Loading…
Cancel
Save