Skip to content

Commit

Permalink
Update asset paths in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
excalith committed Jan 5, 2024
1 parent 243d61c commit e76b0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gray": "#97989d"
},
"wallpaper": {
"url": "default-wallpaper.svg",
"url": "assets/default-wallpaper.svg",
"easing": "ease-in-out",
"fadeIn": true,
"blur": false
Expand Down Expand Up @@ -46,7 +46,7 @@
"timeFormat": "HH:mm",
"dateFormat": "DD/MM/YYYY",
"titleColor": "yellow",
"image": "default-icon.svg",
"image": "assets/default-icon.svg",
"data": [
"Time: {time}",
"Date: {date}",
Expand Down

0 comments on commit e76b0ff

Please sign in to comment.