[READ-ONLY] Mirror of https://github.com/probablykasper/yt-email-notifier. macOS menubar app for YouTube upload notification emails
email menubar notifications tray youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Add logo

Kasper (Aug 18, 2020, 1:15 PM +0200) 73da7a9d 6755bf9d

+8 -9
assets/logo.afdesign

This is a binary file and will not be displayed.

assets/logo.png

This is a binary file and will not be displayed.

icon.png

This is a binary file and will not be displayed.

+8 -9
index.js
··· 63 63 }) 64 64 65 65 const systray = new SysTray({ 66 - menu: { 67 - // you should using .png icon in macOS/Linux, but .ico format in windows 68 - icon: "icon.png", 69 - title: "Y", 70 - tooltip: "Tips", 71 - items: items 72 - }, 73 - debug: false, 74 - copyDir: true, // copy go tray binary to outside directory, useful for packing tool like pkg. 66 + menu: { 67 + icon: './assets/logo.png', // icon not working for some reason 68 + title: 'Y', 69 + tooltip: 'Tips', 70 + items: items 71 + }, 72 + debug: false, 73 + copyDir: true, // copy go tray binary to outside directory, useful for packing tool like pkg. 75 74 }) 76 75 77 76 systray.onClick(action => {