Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 985 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 985 Bytes

Custom Electron Window Titlebar & Menus

Custom Window for Electron with coloured Title bar, Menu bar, Menu items, Menu actions & application icon etc.



Screenshot of this project's components & IPC for rendering a custom window with Titlebar, Menus and Controls

Following are the list of features it provides :

  • Custom Window Titlebar for Electron.
  • Easily changable platform specific controls for max/min/close buttons using windows or mac value for platform property with <WindowFrame> in renderer.
  • Titlebar menus can show/hide by pressing alt/option key.
  • Window frame title prop displays in titlebar center when menus are toggeled off.
  • Menu entries can be customized in titlebarMenus.ts file.
  • Menu items and windows controls layout or colors can be customized easily by modifying the components & modules.