2020-09-11 19:23:13 -05:00
2020-09-11 19:23:13 -05:00
2020-09-11 19:23:13 -05:00
2020-08-14 13:36:39 -05:00
2020-09-11 19:23:13 -05:00
2020-08-31 23:13:15 -05:00
2020-09-11 19:23:13 -05:00
2020-08-24 23:55:38 -05:00
2020-09-11 19:23:13 -05:00
2020-08-14 12:28:56 -05:00
2020-08-14 12:28:56 -05:00
2020-09-11 19:23:13 -05:00

Bento: 🍱 A Clean and Simple Startpage

Index

Features:

  • Dark/Light mode, you can toggle them and It'll be saved in local store
  • Clock and Date format can be set to 24 hour (default) or 12 hour
  • Greetings are easy to change and modify
  • Variables for custom colors in the css code
  • Modular javascript files for an easy read

Usage:

As Home Page:

  1. Fork this repo
  2. Enable the Github Pages service Settings > GitHub Pages > Source [master branch] > Save
  3. Set it as Home Page:
    • Click the menu button. and select Options. Preferences.
    • Click the Home panel.
    • Click the menu next to Homepage and new windows and choose to show custom URLs and add your Github Pages link

As New Tab:

  1. You can use different Add-ons/Extensions for it

Customization

Colors

In the CSS code you can always change the variables for both themes (Dark and Light)

Weather Widget

For setting up the Weather widget you're going to need an API Key in: https://openweathermap.org/. Once you have your Key you'll need to set yourlatitude and longitude, you can use: https://www.latlong.net/ to get them. Once you have the data, you'll need to set them in the weather.js in the js folder. The code is

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.

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:

It has a black filter by default in --imgcol, and it'ts value is: rgba(255, 255, 255, 0.7) and rgba(0, 0, 0, 0.7) for the dark theme. You can change them and the opacity for a better experience with your image.

Description
🍱 The minimalist, elegant and hackable startpage.
Readme 14 MiB
Languages
JavaScript 66%
CSS 25.8%
HTML 8.2%