TROMjaro Theme switcher application
Go to file
Tio TROM a67a02050b add the app icon 2022-09-20 03:45:50 +02:00
Makefile Init 1.0.0-1 version 2022-09-14 16:28:51 +02:00
PKGBUILD add the app icon 2022-09-20 03:45:50 +02:00
README.md Update 'README.md' 2022-09-15 02:53:36 +02:00
theme-switcher New script 2022-09-14 17:14:04 +02:00
theme-switcher.desktop add the app icon 2022-09-20 03:45:50 +02:00
tromjaro-theme-switcher.svg add the app icon 2022-09-20 03:45:50 +02:00

README.md

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