Skip to content

Commit 1aed7be

Browse files
committed
add comment on possible greeter_config usage
1 parent 5a1010a commit 1aed7be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { lightdm } from 'nody-greeter-types/index'
33

44

55
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
67
const PATH_LOGO: string = '/usr/share/codam/web-greeter/logo.png';
78
const PATH_WALLPAPER_LOGIN: string = '/usr/share/codam/web-greeter/login-screen.png';
89
const PATH_WALLPAPER_LOCK_USER: string = '/tmp/codam-web-greeter-user-wallpaper';

0 commit comments

Comments
 (0)