Restructure, move launcher to astal gtk4
This commit is contained in:
		
							
								
								
									
										9
									
								
								build/build.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								build/build.js
									
									
									
									
									
										Normal 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': '', | ||||
| } | ||||
|  | ||||
							
								
								
									
										19
									
								
								build/package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								build/package.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| { | ||||
|   "name": "janishutz-config-build", | ||||
|   "version": "1.0.0", | ||||
|   "description": "Build janishutz's dotfiles configs", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "https://git.janishutz.com/janishutz/dotfiles" | ||||
|   }, | ||||
|   "license": "GPL-3.0-or-later", | ||||
|   "author": "janishutz", | ||||
|   "type": "commonjs", | ||||
|   "main": "build.js", | ||||
|   "scripts": { | ||||
|     "test": "echo \"Error: no test specified\" && exit 1" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "mustache": "^4.2.0" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user