Refactor theme management

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-10-17 18:43:06 +01:00
parent ab042e03aa
commit d4b941f1fa
7 changed files with 25 additions and 17 deletions

View File

@@ -38,7 +38,8 @@ finish() {
[[ -n "${WALLPAPER}" ]] && ln -sf "${WALLPAPER}" "${CONFIG}"/wallpaper
[[ -n "${MODE}" ]] && echo "${MODE}" > "${CONFIG}"/mode
"${ACTIVATION}" > /dev/null
"${INIT}" > /dev/null
"${RELOAD}" > /dev/null
}
if [[ $# -eq 0 ]]; then