user/eww: add linebar
This commit is contained in:
parent
1e80b3f543
commit
26d248d971
4 changed files with 86 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue