mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 06:26:01 +00:00
cool-cyber-term
Description
this is a modified version of cool-retro-term, which enables you to add background images to crt. You will have to specify a folder with all your background images you want to use, aswell as a opacity factor if you want to still see your desktop, and a scaling factor, in case you want the pictures to be pixellated. all this has to be done in the file background_selection.py.
Screenshot
Install
This was tested on ubuntu 18.04.
Install Dependencies
sudo apt-get install build-essential qml-module-qtgraphicaleffects qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-dialogs qmlscene qt5-default qt5-qmake qtdeclarative5-dev qtdeclarative5-localstorage-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin imagemagick python3
Compile
# Get it!
git clone --recursive https://github.com/neurudan/cool-cyber-term.git
# Move it!
sudo mv cool-cyber-term /opt/
cd /opt/cool-cyber-term
sudo cp cool-cyber-term.desktop /usr/share/applications
# Build it!
qmake && make
# Use it!
Languages
QML
92%
C++
4.2%
JavaScript
2.2%
Roff
0.9%
QMake
0.7%
