Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config_ui() {
echo "Configure theming"

ooc theming:config name "HiDrive Next"
ooc theming:config color "#003D8F"
ooc theming:config primary_color "#003D8F"
ooc theming:config disable-user-theming yes
ooc config:app:set theming backgroundMime --value backgroundColor
ooc config:system:set defaultapp --value files
Expand Down Expand Up @@ -70,6 +70,14 @@ config_apps() {
ooc config:app:set --value "${IONOS_PROCESSES_API_URL}" --type string nc_ionos_processes ionos_mail_base_url
ooc config:app:set --value "${IONOS_PROCESSES_USER}" --type string nc_ionos_processes basic_auth_user
ooc config:app:set --value "${IONOS_PROCESSES_PASS}" --type string nc_ionos_processes basic_auth_pass

echo "Configure files app"
ooc config:app:set --value yes files crop_image_previews
ooc config:app:set --value yes files show_hidden
ooc config:app:set --value yes files sort_favorites_first
ooc config:app:set --value yes files sort_folders_first
ooc config:app:set --value no files grid_view
ooc config:app:set --value no files folder_tree
}

add_config_partials() {
Expand Down