1
0
Fork 0

waybar: Update styles

This commit is contained in:
coderkun 2021-03-13 11:37:37 +01:00
parent 5dd705366f
commit f4ee36e30f

View file

@ -9,8 +9,6 @@
window#waybar {
background-color: black;
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
@ -24,10 +22,12 @@ window#waybar.hidden {
}
#workspaces button.focused {
background-color: #64727D;
border: 1px solid #4c7899;
background-color: #285577;
}
#workspaces button.urgent {
border: 1px solid red;
background-color: #eb4d4b;
}
@ -70,7 +70,3 @@ window#waybar.hidden {
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
background-color: #000000;
}