We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045e583 commit c8e4e85Copy full SHA for c8e4e85
Scripts/Manage-Sddm
@@ -76,6 +76,8 @@ sddm_set_selected() {
76
77
[Theme]
78
Current=${set_theme}
79
+CursorTheme=${SDDM_CURSOR_THEME}
80
+CursorSize=${SDDM_CURSOR_SIZE}
81
THEME
82
83
bottom_conf=$(find /etc/sddm.conf.d/ -maxdepth 1 | sort | tail -n 1)
@@ -131,6 +133,8 @@ sddm_set_theme() {
131
133
. ${CLI_PATH}/lib/hyde-cli/Package-Manager ;\
132
134
. ${CLI_PATH}/lib/hyde-cli/lib-hyde ;\
135
. ${CLI_PATH}/lib/hyde-cli/Manage-Sddm;\
136
+[ -f "${confDir}/hyde/hyde.conf" ] && . ${confDir}/hyde/hyde.conf;\
137
+export SDDM_CURSOR_THEME=${SDDM_CURSOR_THEME:-$CURSOR_THEME} SDDM_CURSOR_SIZE=${SDDM_CURSOR_SIZE:-$CURSOR_SIZE};\
138
sddm_set_selected ${selected_theme}" || exit 1
139
else
140
:
0 commit comments