/x11-welcome

A simple welcome app for x11 written in Qt

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

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