TROMjaro Theme switcher application
Go to file
Tio TROM 9056b40bc4 Update PKGBUILD 2023-10-28 23:24:17 +02:00
Makefile Fix issues with Makefile 2023-10-28 14:19:35 +02:00
PKGBUILD Update PKGBUILD 2023-10-28 23:24:17 +02:00
README.md Better description in README 2023-10-28 14:34:00 +02:00
themeSwitcher.nim Use the px unit for setting icon size 2023-10-28 08:30:04 +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

README.md

TROMjaro Theme switcher package

A Theme Switcher app for TROMjaro's default theme-set (Colloid) and icon-set (Zafiro). It gives you a nice and easy interface to try out different themes quickly.

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 folder, use:

make clean