rewrote homepage to be easier to read

This commit is contained in:
2024-12-03 18:31:06 -06:00
parent 1ae6c88a8e
commit e3056baa6e
5 changed files with 346 additions and 344 deletions

View File

@@ -0,0 +1,22 @@
[
{
resources = {
cpu = true;
cputemp = true;
units = "metric";
disk = "/";
memory = true;
};
}
{
search = {
provider = [
"brave"
"bing"
"google"
];
target = "_blank";
showSearchSuggestions = true;
};
}
]