Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DKuba4 authored Jan 17, 2024
1 parent 9f5f1b7 commit 5385ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CONFIG = {
// β””β”€β”˜β”΄ β”΄β””β”€β”˜β”΄β””β”€β”˜β””β”€β”˜

// General
name: 'John',
name: 'Kuba',
imageBackground: false,
openInNewTab: true,
twelveHourFormat: false,
Expand All @@ -26,7 +26,7 @@ const CONFIG = {
bentoLayout: 'bento', // 'bento', 'lists', 'buttons'

// Weather
weatherKey: 'InsertYourAPIKeyHere123456', // Write here your API Key
weatherKey: 'd779f38771e726681be350bc15b30260', // 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
Expand Down

0 comments on commit 5385ef3

Please sign in to comment.