Skip to content

Quickstart for creating an Electron App located in the Tray / Menubar.

Notifications You must be signed in to change notification settings

Sebastian-Schuchmann/Electron-Tray-App-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Tray App Template

The quickest way to create an electron app located in the menu bar. This also works on windows and changes its position according to the position of the taskbar.

Made with Electron 6.0.0

Features

  • Works on MacOS and Windows (not tested on Linux)
  • Every Taskbar Position supported
  • Great UX

Setup

First install all dependencies with npm. Don't worry the only dependency used is Electron (and the dependencies it uses).

npm install
npm start

Showcase

Preview Picture showing a Window in the Menu Bar

Releases

No releases published

Packages

No packages published