This commit is contained in:
Dmitriy Kholkin 2022-02-18 22:27:18 +03:00
parent e68a8b86b3
commit ee73737b0e
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -11,7 +11,7 @@ const CONFIG = {
// └─┘┴ ┴└─┘┴└─┘└─┘
// General
name: 'John',
name: 'AtaraxiaDev',
imageBackground: false,
openInNewTab: true,
twelveHourFormat: false,
@ -26,17 +26,17 @@ const CONFIG = {
bentoLayout: 'bento', // 'bento', 'lists', 'buttons'
// Weather
weatherKey: 'InsertYourAPIKeyHere123456', // Write here your API Key
weatherIcons: 'OneDark', // 'Onedark', 'Nord', 'Dark', 'White'
weatherKey: 'c862c5accbbb6440586122ea306a31ce', // Write here your API Key
weatherIcons: 'Nord', // 'Onedark', 'Nord', 'Dark', 'White'
weatherUnit: 'C', // 'F', 'C'
language: 'en', // More languages in https://openweathermap.org/current#multi
trackLocation: true, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '37.775',
defaultLongitude: '-122.419',
trackLocation: false, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '48.47',
defaultLongitude: '44.46',
// Autochange
autoChangeTheme: true,
autoChangeTheme: false,
// Autochabge by OS
changeThemeByOS: true,
@ -61,31 +61,31 @@ const CONFIG = {
id: '2',
name: 'Mail',
icon: 'mail',
link: 'https://mail.protonmail.com/',
link: 'https://mail.google.com/',
},
{
id: '3',
name: 'Todoist',
icon: 'trello',
link: 'https://todoist.com',
name: 'Weather',
icon: 'thermometer',
link: 'https://www.gismeteo.ru/weather-volzhsky-11934/2-weeks/',
},
{
id: '4',
name: 'Calendar',
icon: 'calendar',
link: 'https://calendar.google.com/calendar/r',
name: 'Proxmox',
icon: 'server',
link: 'https://192.168.0.10:8006',
},
{
id: '5',
name: 'Reddit',
icon: 'glasses',
link: 'https://reddit.com',
name: 'Ctemplar',
icon: 'mail',
link: 'https://ctemplar.com',
},
{
id: '6',
name: 'Odysee',
icon: 'youtube',
link: 'https://odysee.com/',
name: 'Sbermarket',
icon: 'shop',
link: 'https://sbermarket.ru',
},
],
@ -135,24 +135,24 @@ const CONFIG = {
// First Links Container
firstlistsContainer: [
{
icon: 'music',
icon: 'files',
id: '1',
links: [
{
name: 'Inspirational',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
name: 'Nyaa.si',
link: 'https://nyaa.si',
},
{
name: 'Classic',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
name: 'Rutracker',
link: 'https://rutracker.org',
},
{
name: 'Oldies',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
name: 'Mynoise',
link: 'https://mynoise.net',
},
{
name: 'Rock',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
name: 'Shikimori',
link: 'https://shikimori.one',
},
],
},
@ -161,20 +161,20 @@ const CONFIG = {
id: '2',
links: [
{
name: 'Linkedin',
link: 'https://www.linkedin.com',
name: 'Reddit',
link: 'https://www.reddit.com',
},
{
name: 'Dribbble',
link: 'https://www.dribbble.com',
name: 'Joyreactor',
link: 'http://joyreactor.cc',
},
{
name: 'Trello',
link: 'https://www.trello.com',
name: 'Youtube',
link: 'https://www.youtube.com',
},
{
name: 'Slack',
link: 'https://www.slack.com',
name: 'Coub',
link: 'https://coub.com',
},
],
},