Skip to content

Commit

Permalink
sddm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Oct 31, 2024
1 parent 045e583 commit c8e4e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scripts/Manage-Sddm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ sddm_set_selected() {
[Theme]
Current=${set_theme}
CursorTheme=${SDDM_CURSOR_THEME}
CursorSize=${SDDM_CURSOR_SIZE}
THEME

bottom_conf=$(find /etc/sddm.conf.d/ -maxdepth 1 | sort | tail -n 1)
Expand Down Expand Up @@ -131,6 +133,8 @@ sddm_set_theme() {
. ${CLI_PATH}/lib/hyde-cli/Package-Manager ;\
. ${CLI_PATH}/lib/hyde-cli/lib-hyde ;\
. ${CLI_PATH}/lib/hyde-cli/Manage-Sddm;\
[ -f "${confDir}/hyde/hyde.conf" ] && . ${confDir}/hyde/hyde.conf;\
export SDDM_CURSOR_THEME=${SDDM_CURSOR_THEME:-$CURSOR_THEME} SDDM_CURSOR_SIZE=${SDDM_CURSOR_SIZE:-$CURSOR_SIZE};\
sddm_set_selected ${selected_theme}" || exit 1
else
:
Expand Down

0 comments on commit c8e4e85

Please sign in to comment.