theme-switcher-package/README.md
rokosun f97cecf89c Fix video not loading
Also add title for the video (appears as tooltip on hover)
2023-11-22 17:09:56 +01:00

749 B

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