eww: Better workspaces
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user