Merge branch 'master' of github.com:MiguelRAvila/Bento into master
This commit is contained in:
commit
171a90a574
14
README.md
14
README.md
@ -16,6 +16,7 @@
|
|||||||
- [Links and Icons](#links-and-icons)
|
- [Links and Icons](#links-and-icons)
|
||||||
- [Colors](#colors)
|
- [Colors](#colors)
|
||||||
- [Wather Widget](#weather-widget)
|
- [Wather Widget](#weather-widget)
|
||||||
|
- [Greetings](#greetings)
|
||||||
- [Image Background](#image-background)
|
- [Image Background](#image-background)
|
||||||
#### Features:
|
#### 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.
|
> 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
|
#### 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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user