Skip to content

A simple welcome app for x11 written in Qt

License

Notifications You must be signed in to change notification settings

PWN-Term/x11-welcome

 
 

Repository files navigation

x11-welcome

A simple welcome app for x11 written in Qt

image

x11-welcome is an (unofficial) application with a simple description and links to groups and help from termux x11

This application for the moment I made for my project termux-desktop-xfce, to provide a welcome message

Requirements for compilation

  • clang
  • qt5-qttools
  • qt5-qtbase >= 5.10
pkg update
pkg install clang qt5-qttools qt5-qtbase

Compilation

git clone https://github.com/Yisus7u7/x11-welcome

cd x11-welcome

qmake x11-welcome.pro

make

And run

./x11-welcome

Contribute

If you want to add graphical improvements or more consistent information, Feel free to make a pull request

About

A simple welcome app for x11 written in Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • QMake 40.1%