All Projects → henrikdahl → Hyper Statusline

henrikdahl / Hyper Statusline

Licence: mit
Status Line Plugin for Hyper

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyper Statusline

Hyper Match
HyperTerm extension which matches regular expressions with predefined commands
Stars: ✭ 15 (-95.9%)
Mutual labels:  hyper, plugin
Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (+77.32%)
Mutual labels:  plugin, statusline
Hyper Tabs Enhanced
Enhanced Tabs Plugin for Hyper
Stars: ✭ 173 (-52.73%)
Mutual labels:  hyper, plugin
Hyper Always On Top
Extension for Hyper.app to optionally keep window always on top
Stars: ✭ 16 (-95.63%)
Mutual labels:  hyper, plugin
Hyper Search
Search-text plugin for Hyper.js
Stars: ✭ 146 (-60.11%)
Mutual labels:  hyper, plugin
Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (-56.28%)
Mutual labels:  hyper, plugin
Vim Crystalline
Functions for taking the monotony out of building your own fancy statusline in Vim
Stars: ✭ 264 (-27.87%)
Mutual labels:  plugin, statusline
Hexo Generator Search
A plugin to generate search data for Hexo.
Stars: ✭ 318 (-13.11%)
Mutual labels:  plugin
Findcrypt Ghidra
IDA Pro's FindCrypt ported to Ghidra, with an updated and customizable signature database
Stars: ✭ 340 (-7.1%)
Mutual labels:  plugin
Custom Field Suite
Custom fields UI for WordPress
Stars: ✭ 312 (-14.75%)
Mutual labels:  plugin
Chartjs Plugin Streaming
Chart.js plugin for live streaming data
Stars: ✭ 310 (-15.3%)
Mutual labels:  plugin
Highlightjs Line Numbers.js
Line numbering plugin for Highlight.js
Stars: ✭ 323 (-11.75%)
Mutual labels:  plugin
Pureline
A Pure Bash Powerline PS1 Command Prompt
Stars: ✭ 342 (-6.56%)
Mutual labels:  statusline
Vim Flog
A lightweight and powerful git branch viewer for vim.
Stars: ✭ 314 (-14.21%)
Mutual labels:  plugin
Keepass Yet Another Favicon Downloader
Yet Another Favicon Downloader for KeePass 2.x
Stars: ✭ 354 (-3.28%)
Mutual labels:  plugin
Mybatipse
Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Stars: ✭ 312 (-14.75%)
Mutual labels:  plugin
Kak Lsp
Kakoune Language Server Protocol Client
Stars: ✭ 363 (-0.82%)
Mutual labels:  plugin
Apkmultichannelplugin
[Deprecated] 🚀 Android 多渠道打包的 Android Studio / IDEA 插件
Stars: ✭ 352 (-3.83%)
Mutual labels:  plugin
Spectralizer
Audio visualizer plugin for obs-studio
Stars: ✭ 332 (-9.29%)
Mutual labels:  plugin
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-7.92%)
Mutual labels:  hyper

hyper-statusline hyper npm npm

Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.

hyper-statusline

Install

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

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

Config

Add following to ~/.hyper.js

Change Git Dirty Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        dirtyColor: 'salmon',
      }
    ...
  }
}

Change Git Ahead Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        aheadColor: 'ivory',
      }
    ...
  }
}

Disable Footer Transparency

Default value is set to true

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        footerTransparent: false,
      }
    ...
  }
}

Theme

License

MIT © Henrik

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].