From 891eb3e90a470a85e233f7ddf1e58a0de7256397 Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:56:32 +0200 Subject: [PATCH] update settinfs, icons --- config/settings.yaml | 3 +-- icons/icons.yaml | 6 ++++++ icons/library.svg | 1 + icons/library_add.svg | 1 + icons/settings.svg | 1 + icons/warning.svg | 1 + 6 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 icons/icons.yaml create mode 100644 icons/library.svg create mode 100644 icons/library_add.svg create mode 100644 icons/settings.svg create mode 100644 icons/warning.svg diff --git a/config/settings.yaml b/config/settings.yaml index 250b073..a96ce4b 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -3,6 +3,5 @@ default_loan_duration: 7 database: path: C:/db name: library.db - backupLocation: ./backup + backupLocation: V:/backup library_id: 20735 - diff --git a/icons/icons.yaml b/icons/icons.yaml new file mode 100644 index 0000000..1494936 --- /dev/null +++ b/icons/icons.yaml @@ -0,0 +1,6 @@ +color: '#B89230' #Hex code of the color +icons: + newentry: library_add.svg + main: library.svg + warning: warning.svg + settings: settings.svg \ No newline at end of file diff --git a/icons/library.svg b/icons/library.svg new file mode 100644 index 0000000..52dfdd1 --- /dev/null +++ b/icons/library.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/library_add.svg b/icons/library_add.svg new file mode 100644 index 0000000..a3f0045 --- /dev/null +++ b/icons/library_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings.svg b/icons/settings.svg new file mode 100644 index 0000000..328e2f0 --- /dev/null +++ b/icons/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/warning.svg b/icons/warning.svg new file mode 100644 index 0000000..d0be798 --- /dev/null +++ b/icons/warning.svg @@ -0,0 +1 @@ + \ No newline at end of file