rewrite ui in hy, with python astal bindings

This commit is contained in:
gnat
2025-02-14 01:56:09 -08:00
parent afc9ff29e7
commit ad3e377963
27 changed files with 1106 additions and 0 deletions

9
style/style.scss Normal file
View File

@ -0,0 +1,9 @@
* {
all: unset;
}
@import 'colors.scss';
@import 'mixins.scss';
@import './widgets/bar.scss';
@import './widgets/notifications.scss';