Skip to content

A simplifyed rewrite of the Bento start page with extra features

Notifications You must be signed in to change notification settings

robothaver/BentoLight

Repository files navigation

BentoLight

A simplifyed rewrite of the Bento start page

Features

  • Load random background image on startup
  • Searchbar
  • Dark/light mode
  • Customizable buttons
  • Customizable clock and greet messages
  • 4 color modes

Please host on a server to ensure the icons and images load correctly from the configuration.

Customization

All customizations can be done through the config.js file

const config = {
  // General
  userName: "username",
  openInNewTab: false,
  imageBackground: false, // You can add images to the backgroundImages array
  twelveHourFormat: false,
  searchBar: true,
  theme: "Original", // Original, Mint, Crimson, Pinky

  // Greetings
  greetingMorning: "Good morning,",
  greetingAfternoon: "Good afternoon,",
  greetingEvening: "Good evening,",
  greetingNight: "Go to Sleep!",
};

const buttons = [
  // Create buttons here like:
  // new Button(
  //   icon location,
  //   link
  // ),
];

const backgroundImages = [
  // Put paths to background images here.
  // If you want to use the background loader, 
  // just place your images in to the assets/background_images directory 
  // and leave the path empty in the app.
];

About

A simplifyed rewrite of the Bento start page with extra features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published