TROMjaro Theme switcher application
Go to file
2024-09-04 01:34:16 +05:30
Makefile New improved Theme Switcher with more options 2024-08-20 19:12:00 +05:30
PKGBUILD Update PKGBUILD 2024-08-20 15:12:34 +00:00
README.md Fix video not loading 2023-11-22 17:09:56 +01:00
screenRecord.mp4 Add screen record of the app in action 2023-11-22 16:17:18 +01:00
themeSwitcher.nim Add outline for the current accent color button 2024-09-04 01:34:16 +05:30
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

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