Skip to content

Commit

Permalink
chore: Customise
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyRao2333 committed Jun 25, 2023
1 parent 9f5f1b7 commit 3c4e017
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified assets/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ const CONFIG = {
// β””β”€β”˜β”΄ β”΄β””β”€β”˜β”΄β””β”€β”˜β””β”€β”˜

// General
name: 'John',
imageBackground: false,
openInNewTab: true,
name: '',
imageBackground: true,
openInNewTab: false,
twelveHourFormat: false,

// Greetings
greetingMorning: 'Good morning!',
greetingAfternoon: 'Good afternoon,',
greetingEvening: 'Good evening,',
greetingNight: 'Go to Sleep!',
greetingMorning: 'Good morning, Roy! How about starting the day with a healthy breakfast?',
greetingAfternoon: 'Good afternoon, Roy! How about taking a short break to stretch and breathe?',
greetingEvening: 'Good evening, Roy! How about winding down with a relaxing activity or a good book?',
greetingNight: 'Good night, Roy! How about getting some rest and having some sweet dreams?',

// Layout
bentoLayout: 'bento', // 'bento', 'lists', 'buttons'
Expand All @@ -31,7 +31,7 @@ const CONFIG = {
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
trackLocation: false, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '37.775',
defaultLongitude: '-122.419',

Expand All @@ -55,7 +55,7 @@ const CONFIG = {
id: '1',
name: 'Github',
icon: 'github',
link: 'https://github.com/',
link: 'https://github.com/RoyRao2333',
},
{
id: '2',
Expand Down

0 comments on commit 3c4e017

Please sign in to comment.