Merge branch 'master' of github.com:MiguelRAvila/Bento into master

This commit is contained in:
Rod 2020-09-19 18:50:09 -05:00
commit 171a90a574

View File

@ -1,4 +1,4 @@
<div align="center">
<h1>Bento: 🍱 A Clean and Simple Startpage</h1>
</div>
@ -16,6 +16,7 @@
- [Links and Icons](#links-and-icons)
- [Colors](#colors)
- [Wather Widget](#weather-widget)
- [Greetings](#greetings)
- [Image Background](#image-background)
#### Features:
@ -82,6 +83,19 @@ For setting up the Weather widget you're going to need an API Key in: `https://o
> If you don't like the idea of having your API Key public, you can make the repo into a private one. You can still use the Github Pages service.
#### Greetings
You can put your name and change the greetings.
```js
var name = 'John Doe';
var lateTxt = 'Go to Sleep! ';
var morningTxt = 'Good morning! ';
var afterTxt = 'Good afternoon ';
var evenTxt = 'Good evening ';
```
It'll change in order of the hour.
#### Image Background
You can set your own background image with the variable `--imgbg` and set the route to the image you want It's disable by default. If you uncomment the variable, it has by default this image: