hyper-smartertabsdeprecated

Smarter Tabs Plugin for Hyper

Usage no npm install needed!

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

README

hyper-smartertabs npm npm

Smarter Tabs Plugin for Hyper. Minimal tabs, dynamic tabs, tab icons & enhanced tab activity. Matches any theme.

Install

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-smartertabs']
  ...
}

Config

Add following to ~/.hyper.js.

Enable Border

Default value is false

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        border: true,
      }
    ...
  }
}

Change Activity Color

Expected value is CSS colors

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        activityColor: 'salmon',
      }
    ...
  }
}

Disable Tab Icons

Default value is true

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        tabIcons: false,
      }
    ...
  }
}

Disable Activity Pulse

Default value is true

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        activityPulse: false,
      }
    ...
  }
}

Theme

License

MIT © Henrik