Skip to content

Commit c8e4e85

Browse files
committed
sddm stuff
1 parent 045e583 commit c8e4e85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/Manage-Sddm

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ sddm_set_selected() {
7676
7777
[Theme]
7878
Current=${set_theme}
79+
CursorTheme=${SDDM_CURSOR_THEME}
80+
CursorSize=${SDDM_CURSOR_SIZE}
7981
THEME
8082

8183
bottom_conf=$(find /etc/sddm.conf.d/ -maxdepth 1 | sort | tail -n 1)
@@ -131,6 +133,8 @@ sddm_set_theme() {
131133
. ${CLI_PATH}/lib/hyde-cli/Package-Manager ;\
132134
. ${CLI_PATH}/lib/hyde-cli/lib-hyde ;\
133135
. ${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};\
134138
sddm_set_selected ${selected_theme}" || exit 1
135139
else
136140
:

0 commit comments

Comments
 (0)