Hopefully more wayland changes that don't break awesome

This commit is contained in:
Chris Cochrun 2021-08-14 10:08:30 -05:00
parent 7fdc04e4d4
commit eaf99e26b2
21 changed files with 232 additions and 59 deletions

View file

@ -47,20 +47,42 @@ window#waybar.solo {
transition: none;
}
#tags {
border-radius: 20px;
margin-left: 10px;
padding-right: 10px;
background: @backtransparent;
transition: none;
}
#workspaces button {
transition: none;
color: rgba(217, 216, 216, 0.4);
background: transparent;
}
#tags button {
transition: none;
color: rgba(217, 216, 216, 0.4);
background: transparent;
}
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
}
#tags button.occupied {
color: rgba(217, 216, 216, 1);
}
#workspaces button.focused {
color: @base0C;
}
#tags button.focused {
color: @base0C;
}
#workspaces button:hover {
transition: none;
box-shadow: inherit;