initial commit
This commit is contained in:
commit
7fabc826c7
12 changed files with 33929 additions and 0 deletions
12
buildconf.d
Normal file
12
buildconf.d
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* bluetop, a filesystem monitor
|
||||
* Copyright (c) 2024 Jeremy Baxter.
|
||||
*/
|
||||
|
||||
module buildconf;
|
||||
|
||||
enum index = "index.html";
|
||||
enum mountpoints = ["/", "/boot"];
|
||||
|
||||
enum accents = ["#f38ba8", "#89b4fa", "#a6e3a1", "#f9e2af"];
|
||||
enum backdrops = ["#fac6d4", "#c4dafd", "#d3f2d0", "#fefaf0"];
|
Loading…
Add table
Add a link
Reference in a new issue