const previousArticle = new TouchBarButton({
  icon: left,
  click: () => {
    const currentWindow = BrowserWindow.getFocusedWindow()
    currentWindow.webContents.send('Previous item')