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.
See here: https://hyper.is/#installation
hyper i hyper-hitachi
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,
}
}
}