Watch
1
0
Fork
You've already forked dotfiles
0

waybar: Update styles

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

View file

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