eww: Better workspaces

This commit is contained in:
2024-05-15 23:22:39 +02:00
parent f4b52e2836
commit 6540833edc
3 changed files with 39 additions and 18 deletions

View File

@ -31,18 +31,23 @@ window {
border-radius: 30px;
padding-top: 3px;
padding-bottom: 5px;
margin-top: 3px;
margin-bottom: 3px;
box-shadow: 0 0px 5px 1px #06060b;
transition: all 1s;
margin-bottom: 6px;
transition: border-color 0.5s;
}
.workspace.active {
border: solid $highlight2 2px;
}
.workspace:hover {
background-color: $lowlight2;
}
.workspace:active {
background-color: $highlight2;
}
.workspaces {
margin-top: 10px;
margin-bottom: 10px;
}