user/eww: add linebar

This commit is contained in:
LavaDesu 2022-04-14 11:51:30 +07:00
parent 1e80b3f543
commit 26d248d971
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 86 additions and 1 deletions

View file

@ -47,3 +47,26 @@ window {
}
}
.widget.line-workspaces {
color: transparent;
padding: 0;
border-radius: 0;
font-size: 0;
button {
padding: 0 17px;
}
.empty {
background-color: $background;
}
.occupied {
background-color: $accent;
}
.focused {
background-color: $foreground;
}
}