summaryrefslogtreecommitdiff
path: root/x11/sddm/files/patch-src_common_Configuration.h
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-11-30 06:18:17 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-11-30 06:18:17 +0000
commitc067868addf0855cb538249053f073c6509ae16c (patch)
tree9d5bb4f6c517ee0405df14377835292d5593d531 /x11/sddm/files/patch-src_common_Configuration.h
parentdeskutils/freeplane: Update to 1.8.10 (diff)
x11/sddm: Update to 0.19.0
Notes
Notes: svn path=/head/; revision=556622
Diffstat (limited to 'x11/sddm/files/patch-src_common_Configuration.h')
-rw-r--r--x11/sddm/files/patch-src_common_Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sddm/files/patch-src_common_Configuration.h b/x11/sddm/files/patch-src_common_Configuration.h
index a8540227e724..decb680a3c0d 100644
--- a/x11/sddm/files/patch-src_common_Configuration.h
+++ b/x11/sddm/files/patch-src_common_Configuration.h
@@ -6,7 +6,7 @@ Set the default theme and cursor theme to breeze, because sddm is most likely
used together with Plasma. If they aren't available sddm falls back to a
compiled-in theme.
---- src/common/Configuration.h.orig 2019-03-13 09:22:35 UTC
+--- src/common/Configuration.h.orig 2020-11-03 09:55:31 UTC
+++ src/common/Configuration.h
@@ -47,10 +47,10 @@ namespace SDDM {
// Name Entries (but it's a regular class again)
@@ -18,6 +18,6 @@ compiled-in theme.
"The files should be named <username>.face.icon"));
- Entry(CursorTheme, QString, QString(), _S("Cursor theme used in the greeter"));
+ Entry(CursorTheme, QString, _S("breeze_cursors"), _S("Cursor theme used in the greeter"));
+ Entry(Font, QString, QString(), _S("Font used in the greeter"));
Entry(EnableAvatars, bool, true, _S("Enable display of custom user avatars"));
Entry(DisableAvatarsThreshold,int, 7, _S("Number of users to use as threshold\n"
- "above which avatars are disabled\n"