A welcome app for TROMjaro
Find a file
2026-01-23 18:21:44 +05:30
.gitignore add PKGBUILD 2023-08-11 23:11:24 +02:00
LICENSE Create nimble package and add LICENSE file 2025-10-17 21:16:24 +05:30
Makefile Add Makefile 2023-11-03 16:08:33 +01:00
PKGBUILD Update package version 2026-01-23 18:21:44 +05:30
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 Use CSS rem values for setting UI sizes 2026-01-23 17:57:23 +05:30
welcome_app_package.nimble Update package version 2026-01-23 18:21:44 +05:30

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