Restructure, move launcher to astal gtk4

This commit is contained in:
2025-03-25 13:51:56 +01:00
parent 4a769d9eb0
commit 49595c3811
13 changed files with 49 additions and 13 deletions

9
build/build.js Normal file
View File

@@ -0,0 +1,9 @@
// Using commonjs instead of ejs, because more widely compatible
const mustache = require( 'mustache' );
// Define view options (for rendering with mustache)
const view = {
// Colours
'colour_foreground': '',
}