Skip to content

🍱 Minimalist, elegant and simple startpage inspired by the Bento box!

Notifications You must be signed in to change notification settings

jullespio/HomeScreen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

270 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeScreen

🖥️ A Clean and Customizable Start Page
Forked and customized from Bento by Miguel R. Avila

Overview

HomeScreen is a personal fork of the excellent Bento startpage project. It serves as a minimal, fast, and beautiful home page or new tab replacement, with dark/light themes, greeting logic, customizable links, weather info, and more.

This project has been customized for personal taste and usability, while preserving the modular and extensible design of the original.


Features

  • 🌗 Dark/Light mode toggle with persistent setting
  • ⏰ Real-time clock, date, and dynamic greetings
  • 🌦️ Weather widget with configurable API key
  • 🎨 Easy theme and background customization
  • 🧭 Feather icons and clean layout
  • 🛠️ Modular codebase: HTML, JS, Sass/CSS

Setup

Local Setup

  1. Clone this repository:

    git clone https://github.com/your-username/HomeScreen.git
    cd HomeScreen
  2. Open index.html in your browser.

No build process is needed unless you modify the Sass or JS files.


Use as Browser Homepage or New Tab

Set as Homepage:

  • Go to your browser’s preferences.
  • Set the homepage to your local or GitHub Pages link.

Set as New Tab Page:


Customization

You can personalize your HomeScreen via:

  • Links: Edit in index.html
  • Colors & Themes: css/style.css
  • Background Image: Set via CSS variables
  • Weather: Update your OpenWeatherMap API key and coordinates in js/weather.js
  • Greetings: Change name and time-based messages in js/greetings.js

For more information on customization, check the links below.


Credits

  • Original project: Bento by Miguel R. Avila
  • Icons: Feather Icons
  • Wallpaper and visuals as credited in original repo. This fork uses wallpapers meant for personal use, you might keep them or use your own. Just add the images to the /img folder and edit the background variable at the top of style.css.

License

Distributed under the MIT License, same as the original project. See LICENSE for details.

About

🍱 Minimalist, elegant and simple startpage inspired by the Bento box!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.5%
  • CSS 26.7%
  • SCSS 20.0%
  • HTML 8.8%