Added option to set custom greetings. Moved HomeHeader to separate file. Cleaned up README file

This commit is contained in:
Paweł Malak
2021-11-05 16:39:42 +01:00
parent 4e20527834
commit aca8b0261e
17 changed files with 149 additions and 124 deletions

View File

@@ -23,4 +23,5 @@ export const configTemplate: Config = {
unpinStoppedApps: false,
useAmericanDate: false,
disableAutofocus: false,
greetingsSchema: 'Good evening!;Good afternoon!;Good morning!;Good night!',
};

View File

@@ -15,6 +15,7 @@ export const otherSettingsTemplate: OtherSettingsForm = {
kubernetesApps: true,
unpinStoppedApps: true,
useAmericanDate: false,
greetingsSchema: 'Good evening!;Good afternoon!;Good morning!;Good night!',
};
export const weatherSettingsTemplate: WeatherForm = {