hey
This commit is contained in:
parent
cac0d8071b
commit
94acf3aa56
8 changed files with 31 additions and 29 deletions
|
@ -51,7 +51,7 @@ window#waybar > box {
|
|||
margin-left: 10px;
|
||||
padding-right: 10px;
|
||||
background: transparent;
|
||||
transition: none;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags {
|
||||
|
@ -66,6 +66,7 @@ window#waybar > box {
|
|||
transition: none;
|
||||
color: rgba(217, 216, 216, 0.4);
|
||||
background: transparent;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
|
@ -84,6 +85,7 @@ window#waybar > box {
|
|||
|
||||
#workspaces button.active {
|
||||
color: @base0C;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags button.focused {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue