// ╔╗ ╔═╗╔╗╔╔╦╗╔═╗ // ╠╩╗║╣ ║║║ ║ ║ ║ // ╚═╝╚═╝╝╚╝ ╩ ╚═╝ // ┌─┐┌─┐┌┐┌┌─┐┬┌─┐┬ ┬┬─┐┌─┐┌┬┐┬┌─┐┌┐┌ // │ │ ││││├┤ ││ ┬│ │├┬┘├─┤ │ ││ ││││ // └─┘└─┘┘└┘└ ┴└─┘└─┘┴└─┴ ┴ ┴ ┴└─┘┘└┘ const CONFIG = { // ┌┐ ┌─┐┌─┐┬┌─┐┌─┐ // ├┴┐├─┤└─┐││ └─┐ // └─┘┴ ┴└─┘┴└─┘└─┘ // General name: 'AtaraxiaDev', imageBackground: false, openInNewTab: true, twelveHourFormat: false, // Greetings greetingMorning: 'Good morning!', greetingAfternoon: 'Good afternoon,', greetingEvening: 'Good evening,', greetingNight: 'Go to Sleep!', // Layout bentoLayout: 'bento', // 'bento', 'lists', 'buttons' // Weather 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: false, // If false or an error occurs, the app will use the lat/lon below defaultLatitude: '48.47', defaultLongitude: '44.46', // Autochange autoChangeTheme: true, // Autochabge by OS changeThemeByOS: false, // Autochange by hour options (24hrs format, string must be in: hh:mm) changeThemeByHour: true, hourDarkThemeActive: '07:01', hourDarkThemeInactive: '07:00', // ┌┐ ┬ ┬┌┬┐┌┬┐┌─┐┌┐┌┌─┐ // ├┴┐│ │ │ │ │ ││││└─┐ // └─┘└─┘ ┴ ┴ └─┘┘└┘└─┘ firstButtonsContainer: [ { id: '1', name: 'Github', icon: 'github', link: 'https://github.com/', }, { id: '2', name: 'Mail', icon: 'googlemail', link: 'https://mail.google.com/', }, { id: '3', name: 'Weather', icon: 'yaweather', link: 'https://www.gismeteo.ru/weather-volzhsky-11934/2-weeks/', }, { id: '4', name: 'Proxmox', icon: 'serveit', link: 'https://192.168.0.10:8006', }, { id: '5', name: 'Ctemplar', icon: 'ctemplar', link: 'https://mail.ctemplar.com', }, { id: '6', name: 'Sbermarket', icon: 'shoppinglist', link: 'https://sbermarket.ru', }, ], secondButtonsContainer: [ { id: '1', name: 'Music', icon: 'headphones', link: 'https://open.spotify.com', }, { id: '2', name: 'twitter', icon: 'twitter', link: 'https://twitter.com/', }, { id: '3', name: 'bot', icon: 'bot', link: 'https://discord.com/app', }, { id: '4', name: 'Amazon', icon: 'shopping-bag', link: 'https://amazon.com/', }, { id: '5', name: 'Hashnode', icon: 'pen-tool', link: 'https://hashnode.com/', }, { id: '6', name: 'Figma', icon: 'figma', link: 'https://figma.com/', }, ], // ┬ ┬┌─┐┌┬┐┌─┐ // │ │└─┐ │ └─┐ // ┴─┘┴└─┘ ┴ └─┘ // First Links Container firstlistsContainer: [ { icon: 'simplefilemanager', id: '1', links: [ { name: 'Nyaa.si', link: 'https://nyaa.si', }, { name: 'Rutracker', link: 'https://rutracker.org', }, { name: 'Mynoise', link: 'https://mynoise.net', }, { name: 'Shikimori', link: 'https://shikimori.one', }, ], }, { icon: 'youtubevanced', id: '2', links: [ { name: 'Reddit', link: 'https://www.reddit.com', }, { name: 'Joyreactor', link: 'http://joyreactor.cc', }, { name: 'Youtube', link: 'https://www.youtube.com', }, { name: 'Coub', link: 'https://coub.com', }, ], }, ], // Second Links Container secondListsContainer: [ { icon: 'binary', id: '1', links: [ { name: 'Spotify', link: 'https://www.spotify.com', }, { name: 'Reddit', link: 'https://www.reddit.com', }, { name: 'Hashnode', link: 'https://www.hashnode.com', }, { name: 'Pocket', link: 'https://www.pocket.com', }, ], }, { icon: 'github', id: '2', links: [ { name: 'Front', link: 'https://www.reddit.com/r/Frontend/', }, { name: 'Rust', link: 'https://www.reddit.com/r/rust/', }, { name: 'Go', link: 'https://www.reddit.com/r/golang/', }, { name: 'Repos', link: 'https://github.com/migueravila', }, ], }, ], };