hyper-hitachi
v1.2.2
Published
Inspire the next for Hyper.app
Downloads
4
Readme
hyper-hitachi: Inspire the next
hyper-hitachi is a plugin for Hyper.
This plugin changes the background of the terminal to the TV commercial by HITACHI.
If you want to change the video, you can replace it to videos from YouTube, Vimeo, and so on.
Installation
1. Install Hyper
See here: https://hyper.is/#installation
2. Install this
hyper i hyper-hitachi
Custom
Open ~/.hyper.js
with your editor, and add the below
module.exports = {
config: {
// **Add the below**
hitachi: {
// Change the movie
url: "https://www.youtube.com/embed/Zd_PhaKDP0M",
// Change the opacity (0.0 ~ 1.0)
opacity: 0.2,
}
}
}