hyper-touchbar-switcher

Touchbar Tab switcher for Hyper

Usage no npm install needed!

<script type="module">
  import hyperTouchbarSwitcher from 'https://cdn.skypack.dev/hyper-touchbar-switcher';
</script>

README

Language grade: JavaScript code style: prettier js-standard-style Coverage Status Wallaby.js

hyper-touchbar-switcher

  touchbarSwitcher: {
    tabs: {
      "~/**": {
        icon: "",
        iconPosition: "center",
        colour: "#555555",
        label: "none"
      },
      "~/Documents/GitHub/**": {
        icon: "~/Documents/GitHub/dotfiles/hyper/GitHub@2x.png",
        iconPosition: "center",
        colour: "#555555",
        label: "test"
      }
    }
  }