A welcome app for TROMjaro
Go to file
Rokosun da19079258 Set icon name for the window
Now the app icon will show up on the XFCE workspace window.
2023-11-05 10:48:31 +01:00
.gitignore add PKGBUILD 2023-08-11 23:11:24 +02:00
Makefile Add Makefile 2023-11-03 16:08:33 +01:00
PKGBUILD Update PKGBUILD 2023-11-04 16:42:28 +01:00
README.md Add README.md 2023-11-03 16:11:58 +01:00
tromjaro-welcome-app.desktop Desktop file now points to the new executable and app icon 2023-11-03 15:58:19 +01:00
tromjaro-welcome-app.svg Rename app icon file 2023-11-03 15:56:31 +01:00
tromjaroWelcomeApp.nim Set icon name for the window 2023-11-05 10:48:31 +01:00

README.md

TROMjaro Welcome app

A Welcome app for TROMjaro Linux that gives users a nice overview of their operating system.

Building the package

Open Terminal and issue the command:

make

To install the package right after building, use:

make install

To remove just installed package, use:

make remove

To cleanup the project folder, use:

make clean