[Build] Give option to customize colours

This commit is contained in:
2025-04-26 15:10:26 +02:00
parent b4b8d04e6a
commit 090492ae51
4 changed files with 85 additions and 24 deletions

View File

@@ -6,9 +6,6 @@ const os = require( 'os' );
const render = require( './helpers/render' );
const { treeWalker } = require('./helpers/util');
// TODO: Better comments
// TODO: Split up configs and buildables
// TODO: Make user choose if to use borders or not (otherwise border colour = background colour)
// Prompt user to select a wallpaper (if no path is passed as argument)
const wallpapers = treeWalker( path.join( os.homedir(), '/NextCloud/Wallpapers' ), '*' );