TROMjaro Theme switcher application
Go to file
2023-10-16 12:57:07 +02:00
Makefile Init 1.0.0-1 version 2022-09-14 16:28:51 +02:00
PKGBUILD Update PKGBUILD 2023-10-16 02:35:44 +02:00
README.md Update 'README.md' 2022-09-15 02:53:36 +02:00
theme-switcher Remove themes that don't play well with QT apps 2023-10-16 12:57:07 +02:00
tromjaro-theme-switcher.desktop Update 'tromjaro-theme-switcher.desktop' 2022-09-20 03:48:36 +02:00
tromjaro-theme-switcher.svg add the app icon 2022-09-20 03:45:50 +02:00

TROMjaro Theme switcher package

TROMjaro Theme switcher application

Building the package

Open Terminal and issue the command:

make

To install the package right after the building, use:

make install

To remove just installed package, use:

make remove

To cleanup the project, use:

make clean