Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pickles888 authored Nov 19, 2023
1 parent 9f5f1b7 commit 48a6d2c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,9 @@ const CONFIG = {
// β”œβ”΄β”β”œβ”€β”€β””β”€β”β”‚β”‚ └─┐
// β””β”€β”˜β”΄ β”΄β””β”€β”˜β”΄β””β”€β”˜β””β”€β”˜

// General
name: 'John',
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: 'InsertYourAPIKeyHere123456', // Write here your API Key
weatherIcons: 'OneDark', // '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',

// Autochange
autoChangeTheme: true,

Expand Down

0 comments on commit 48a6d2c

Please sign in to comment.