begin astal rewrite in lua; implement workspace widget in statusbar

This commit is contained in:
gnat
2024-10-12 00:46:39 -07:00
parent 9e70891175
commit 9d44a0ef14
42 changed files with 161 additions and 2848 deletions

26
style/widgets/bar.scss Normal file
View File

@ -0,0 +1,26 @@
$height: 50px;
bar {
background: transparent
}
box.workspaces {
min-height: $height;
background: $bg;
padding: 5px;
box > button {
min-width: 10px;
min-height: 10px;
margin: 5px;
background-color: $bg-alt-1;
&.occupied {
background-color: $bg-alt-2;
}
&.focused {
background-color: $hl;
}
}
}