mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Set background color to #000000 in nextcloud
This commit is contained in:
parent
092961aa89
commit
e293f31a45
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ in serverSystemConfiguration {
|
||||||
script = lib.mkAfter ''
|
script = lib.mkAfter ''
|
||||||
nextcloud-occ theming:config name "RGBCube's Depot"
|
nextcloud-occ theming:config name "RGBCube's Depot"
|
||||||
nextcloud-occ theming:config slogan "RGBCube's storage of insignificant data."
|
nextcloud-occ theming:config slogan "RGBCube's storage of insignificant data."
|
||||||
|
|
||||||
|
nextcloud-occ theming:config color "#000000"
|
||||||
|
nextcloud-occ theming:config background backgroundColor
|
||||||
|
|
||||||
nextcloud-occ theming:config logo ${./icon.gif}
|
nextcloud-occ theming:config logo ${./icon.gif}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue