From ef8e38095634b7f3466d19cce2397f0250352b46 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 23 May 2022 14:34:17 +0200 Subject: [PATCH] :fire: Remove some other default configuration files --- data/configs/config.json | 26 -------------------------- data/configs/config_new.json | 16 ---------------- data/configs/default.json | 7 +++---- 3 files changed, 3 insertions(+), 46 deletions(-) delete mode 100644 data/configs/config.json delete mode 100644 data/configs/config_new.json diff --git a/data/configs/config.json b/data/configs/config.json deleted file mode 100644 index b9c4ae388..000000000 --- a/data/configs/config.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "config", - "services": [ - { - "type": "Other", - "name": "YouTube", - "icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png", - "url": "https://youtube.com/" - }, - { - "type": "Other", - "name": "YouTube ", - "icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png", - "url": "https://youtube.com/" - } - ], - "settings": { - "searchBar": true, - "searchUrl": "Custom", - "enabledModules": [ - "Date", - "Calendar", - "Weather" - ] - } -} \ No newline at end of file diff --git a/data/configs/config_new.json b/data/configs/config_new.json deleted file mode 100644 index 283a8b971..000000000 --- a/data/configs/config_new.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "config_new", - "services": [ - { - "type": "Other", - "name": "example", - "icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif", - "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" - } - ], - "settings": { - "searchBar": true, - "searchUrl": "https://duckduckgo.com/?q=", - "enabledModules": [] - } -} \ No newline at end of file diff --git a/data/configs/default.json b/data/configs/default.json index f976f31e8..8f606710e 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -2,15 +2,14 @@ "name": "default", "services": [ { - "type": "Other", "name": "example", + "id": "09c45847-8afc-4c1a-9697-f03192de948a", + "type": "Other", "icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif", "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" } ], "settings": { - "searchBar": true, - "searchUrl": "https://bing.com/search?q=", - "enabledModules": [] + "searchUrl": "https://bing.com/search?q=" } } \ No newline at end of file