summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-07 18:58:57 +0200
committerSimon Rettberg2020-05-07 18:58:57 +0200
commite9d0ad64b605864ff5b16022d6b2abae0db7beaf (patch)
tree0e9f705857fe813ed1df18ae74d8cbe89e6f262f /core/modules/lightdm-greeter-bwlp
parent[nvidia*] force symlink creation (diff)
downloadmltk-e9d0ad64b605864ff5b16022d6b2abae0db7beaf.tar.gz
mltk-e9d0ad64b605864ff5b16022d6b2abae0db7beaf.tar.xz
mltk-e9d0ad64b605864ff5b16022d6b2abae0db7beaf.zip
[lightdm-greeter-bwlp] Update config to match current code
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp')
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf7
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-background.svg2
2 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
index cea939dc..955109a3 100644
--- a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
@@ -2,6 +2,12 @@
;
; General configuration
;
+; **
+; If you want to override settings, drop a new file into
+; /etc/lightdm/qt-lightdm-greeter.d/*.conf
+; instead of replacing this one!
+; **
+;
; greeter-icon-theme = name of icon theme to use for the greeter
;
; greeter-background = /path/to/background/image to set a background image for the login screen
@@ -21,6 +27,7 @@ greeter-bottom-left-logo-file=/etc/branding.svg
; new directory style
greeter-bottom-left-logo-path=/etc/branding.d
greeter-background-gradient=e8e6e7 ffffff e8e6e7 ffd78b
+greeter-background=/opt/openslx/lightdm/greeter-background.svg
greeter-message-file=/run/hw-warnings.log
auto-login-check-cmd=/opt/openslx/lightdm/is-autologin-enabled
clock-text-style="color:#fff; font-size:14pt; qproperty-alignment: AlignRight; border:none"
diff --git a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-background.svg b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-background.svg
new file mode 100644
index 00000000..e73f8e8a
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-background.svg
@@ -0,0 +1,2 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1600 800'><g><rect width="1600" height="800" fill="#dcd2c8"/></g>
+<g fill-opacity='0.85'><polygon fill='#e0d8d0' points='1600 160 0 460 0 350 1600 50'/><polygon fill='#e4ded8' points='1600 260 0 560 0 450 1600 150'/><polygon fill='#e8e4e0' points='1600 360 0 660 0 550 1600 250'/><polygon fill='#eceae8' points='1600 460 0 760 0 650 1600 350'/><polygon fill='#f0f0f0' points='1600 800 0 800 0 750 1600 450'/></g></svg>