All Projects → lucleray → hyper-opacity

lucleray / hyper-opacity

Licence: other
Set the opacity of your Hyper terminal (Windows and MacOS)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hyper-opacity

hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-79%)
Mutual labels:  hyper, hyper-plugin
hyper-blink
Let Hyper's cursor blink.
Stars: ✭ 46 (-54%)
Mutual labels:  hyper, hyper-plugin
Routerify
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs
Stars: ✭ 173 (+73%)
Mutual labels:  hyper
hyper.sh-connector-k8s
Hyper.sh Container Connector for Kubernetes
Stars: ✭ 22 (-78%)
Mutual labels:  hyper
Hyper Star Wars
Super awesome your Hyper terminal shall look
Stars: ✭ 233 (+133%)
Mutual labels:  hyper
Hyperborder
adds a gradient border to the Hyper terminal
Stars: ✭ 183 (+83%)
Mutual labels:  hyper
hyper-materialshell
A material design theme for Hyper based on materialshell. ✨
Stars: ✭ 72 (-28%)
Mutual labels:  hyper
Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (+60%)
Mutual labels:  hyper
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (-72%)
Mutual labels:  hyper
Facebook Political Ads
Monitoring Facebook Political Ads
Stars: ✭ 215 (+115%)
Mutual labels:  hyper
pandleau
A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
Stars: ✭ 60 (-40%)
Mutual labels:  hyper
Hyperocean
Deep oceanic blue Hyper theme
Stars: ✭ 207 (+107%)
Mutual labels:  hyper
Hyperlayout
📐 Layout presets for Hyper.app
Stars: ✭ 184 (+84%)
Mutual labels:  hyper
hyper-proxy
A proxy connector for Hyper-based crates
Stars: ✭ 73 (-27%)
Mutual labels:  hyper
Hyper Tabs Enhanced
Enhanced Tabs Plugin for Hyper
Stars: ✭ 173 (+73%)
Mutual labels:  hyper
hyper-bloody
⚡ A bloody theme for hyper
Stars: ✭ 18 (-82%)
Mutual labels:  hyper
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+67%)
Mutual labels:  hyper
hyper-custom-touchbar
Add custom buttons to the Macbook's Touch Bar when using Hyper terminal.
Stars: ✭ 36 (-64%)
Mutual labels:  hyper
hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (-84%)
Mutual labels:  hyper
Hyper Cat
Turn your Hyper terminal into nyan cat while typing.
Stars: ✭ 195 (+95%)
Mutual labels:  hyper

hyper-opacity

Set the opacity of your Hyper terminal

  • Works on Windows and MacOS
  • Compatible with any theme
  • Simple configuration in .hyper.js

demo

Install

hyper i hyper-opacity

Configure

Add a line to your hyper configuration (~/.hyper.js) :

module.exports = {
  config: {
    // rest of the config
    opacity: 0.85
  }
  // rest of the file
}

Configure the opacity for focused/unfocused windows

module.exports = {
  config: {
    // rest of the config
    opacity: {
      focus: 0.9,
      blur: 0.5
    }
  }
  // rest of the file
}

demo focused window

More

hyper-opacity uses BrowserWindow.setOpacity().

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].