Bento/config.js

234 lines
5.5 KiB
JavaScript
Raw Normal View History

// ╔╗ ╔═╗╔╗╔╔╦╗╔═╗
// ╠╩╗║╣ ║║║ ║ ║ ║
// ╚═╝╚═╝╝╚╝ ╩ ╚═╝
// ┌─┐┌─┐┌┐┌┌─┐┬┌─┐┬ ┬┬─┐┌─┐┌┬┐┬┌─┐┌┐┌
// │ │ ││││├┤ ││ ┬│ │├┬┘├─┤ │ ││ ││││
// └─┘└─┘┘└┘└ ┴└─┘└─┘┴└─┴ ┴ ┴ ┴└─┘┘└┘
const CONFIG = {
// ┌┐ ┌─┐┌─┐┬┌─┐┌─┐
// ├┴┐├─┤└─┐││ └─┐
// └─┘┴ ┴└─┘┴└─┘└─┘
2021-07-20 21:28:00 -05:00
// General
name: 'John',
imageBackground: false,
openInNewTab: true,
2021-08-14 11:47:18 -05:00
twelveHourFormat: false,
// Layout
2022-02-10 18:19:11 -06:00
bentoLayout: 'bento', // 'bento', 'lists', 'buttons'
2021-07-20 21:28:00 -05:00
// Greetings
2021-07-05 22:47:21 -05:00
greetingMorning: 'Good morning!',
greetingAfternoon: 'Good afternoon,',
greetingEvening: 'Good evening,',
greetingNight: 'Go to Sleep!',
2021-07-20 22:31:19 -05:00
// Weather
weatherKey: '15fe26a8e22e4783054e3273824c5e7b', // Write here your API Key
2022-02-03 11:04:50 -06:00
weatherIcons: 'OneDark', // 'Onedark', 'Nord', 'Dark', 'White'
2021-09-07 11:40:42 -05:00
weatherUnit: 'C', // 'F', 'C'
language: 'en', // More languages in https://openweathermap.org/current#multi
2021-09-07 11:42:19 -05:00
trackLocation: true, // If false or an error occurs, the app will use the lat/lon below
2021-08-15 14:20:54 -06:00
defaultLatitude: '37.775',
defaultLongitude: '-122.419',
2021-07-20 22:31:19 -05:00
// Autochange
autoChangeTheme: true,
2022-01-23 18:29:03 -06:00
// Autochabge by OS
changeThemeByOS: false,
// Autochange by hour options (24hrs format, string must be in: hh:mm)
changeThemeByHour: true,
hourDarkThemeActive: '18:30',
2022-01-22 10:16:06 -06:00
hourDarkThemeInactive: '07:00',
2022-02-09 22:14:58 -06:00
// ╦ ╦╔╗╔╦╔═╔═╗
// ║ ║║║║╠╩╗╚═╗
// ╩═╝╩╝╚╝╩ ╩╚═╝
// ┌┐ ┬ ┬┌┬┐┌┬┐┌─┐┌┐┌┌─┐
// ├┴┐│ │ │ │ │ ││││└─┐
// └─┘└─┘ ┴ ┴ └─┘┘└┘└─┘
firstButtonsContainer: [
{
2021-07-20 20:50:46 -05:00
id: '1',
name: 'Github',
icon: 'github',
link: 'https://github.com/',
},
{
2021-07-20 20:50:46 -05:00
id: '2',
name: 'Mail',
icon: 'mail',
link: 'https://mail.protonmail.com/',
},
{
2021-07-20 20:50:46 -05:00
id: '3',
name: 'Todoist',
icon: 'trello',
2021-11-24 07:24:56 -06:00
link: 'https://todoist.com',
2021-07-20 20:50:46 -05:00
},
{
id: '4',
name: 'Calendar',
icon: 'calendar',
link: 'https://calendar.google.com/calendar/r',
},
{
2021-07-20 20:50:46 -05:00
id: '5',
name: 'Reddit',
2021-11-24 07:24:56 -06:00
icon: 'glasses',
link: 'https://reddit.com',
},
{
2021-07-20 20:50:46 -05:00
id: '6',
name: 'Odysee',
icon: 'youtube',
link: 'https://odysee.com/',
},
],
secondButtonsContainer: [
{
id: '1',
2022-02-09 22:14:58 -06:00
name: 'Music',
icon: 'headphones',
link: 'https://open.spotify.com',
},
{
id: '2',
2022-02-09 22:14:58 -06:00
name: 'twitter',
icon: 'twitter',
link: 'https://twitter.com/',
},
{
id: '3',
2022-02-09 22:14:58 -06:00
name: 'bot',
icon: 'bot',
link: 'https://discord.com/app',
},
{
id: '4',
2022-02-09 22:14:58 -06:00
name: 'Amazon',
icon: 'shopping-bag',
link: 'https://amazon.com/',
},
{
id: '5',
2022-02-09 22:14:58 -06:00
name: 'Hashnode',
icon: 'pen-tool',
link: 'https://hashnode.com/',
},
{
id: '6',
2022-02-09 22:14:58 -06:00
name: 'Figma',
icon: 'figma',
link: 'https://figma.com/',
},
],
// ┬ ┬┌─┐┌┬┐┌─┐
// │ │└─┐ │ └─┐
// ┴─┘┴└─┘ ┴ └─┘
2022-02-09 22:14:58 -06:00
// First Links Container
firstlistsContainer: [
{
icon: 'music',
id: '1',
links: [
{
name: 'Inspirational',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
name: 'Classic',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
name: 'Oldies',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
name: 'Rock',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
],
},
{
icon: 'coffee',
id: '2',
links: [
{
2022-02-10 18:19:11 -06:00
name: 'Linkedin',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Dribbble',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Trello',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Slack',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
],
},
],
2022-02-09 22:14:58 -06:00
// Second Links Container
secondListsContainer: [
{
icon: 'binary',
id: '1',
links: [
{
2022-02-10 18:19:11 -06:00
name: 'Spotify',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Reddit',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Hashnode',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Pocket',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
],
},
{
icon: 'github',
id: '2',
links: [
{
2022-02-10 18:19:11 -06:00
name: 'Web',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Rust',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Go',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
{
2022-02-10 18:19:11 -06:00
name: 'Repos',
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
},
],
},
],
};