adding better workspaces to eww

This commit is contained in:
Chris Cochrun 2023-08-30 15:28:21 -05:00
parent f7394076c1
commit d34f4ab2b4
9 changed files with 55 additions and 33 deletions

View file

@ -306,6 +306,10 @@ tooltip label {
background-color: rgba(00, 00, 00, 0.0);
}
.works:hover {
background-color: $base0D;
}
.empty_workspace {
color: $base03;
}