ags: updates

This commit is contained in:
notohh 2024-04-18 00:42:48 -04:00
parent 0084676bd5
commit 7923a66479
Signed by: notohh
GPG key ID: BD47506D475EE86D
5 changed files with 21 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{
"name": "snowflake-ags",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "snowflake-ags",
"version": "0.0.1",
"license": "MIT"
}
}
}

View file

@ -1,3 +0,0 @@
* {
all: unset;
}

View file

@ -0,0 +1,7 @@
* {
all: unset;
}
window {
background: black;
}

View file

@ -14,7 +14,7 @@ Utils.monitorFile(
`${App.configDir}/style`,
function () {
const scss = `${App.configDir}/style.scss`;
const scss = `${App.configDir}/main.scss`;
const css = `./style.css`;