We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1010a commit 1aed7beCopy full SHA for 1aed7be
client/data.ts
@@ -3,6 +3,7 @@ import { lightdm } from 'nody-greeter-types/index'
3
4
5
const PATH_DATA_JSON: string = 'data.json';
6
+// Could implement window.greeter_config.branding here, but it appears this object is inconsistent in its type definition
7
const PATH_LOGO: string = '/usr/share/codam/web-greeter/logo.png';
8
const PATH_WALLPAPER_LOGIN: string = '/usr/share/codam/web-greeter/login-screen.png';
9
const PATH_WALLPAPER_LOCK_USER: string = '/tmp/codam-web-greeter-user-wallpaper';
0 commit comments