hyper-touchbar-switcher
Version:
Touchbar Tab switcher for Hyper
27 lines (24 loc) • 1.17 kB
Markdown
[](https://lgtm.com/projects/g/Jmclerck/hyper-touchbar-switcher/context:javascript)
[](https://github.com/prettier/prettier)
[](http://standardjs.com)
[](https://coveralls.io/github/Jmclerck/hyper-touchbar-switcher?branch=master)
[](https://wallabyjs.com)
# 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"
}
}
}
```