TROMjaro Theme switcher application
Go to file
Rokosun 696fc180c8 Update command for installing owlkettle 2024-03-28 17:13:19 +00:00
Makefile Fix issues with Makefile 2023-10-28 14:19:35 +02:00
PKGBUILD Update command for installing owlkettle 2024-03-28 17:13:19 +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 Set icon name for the window 2023-11-05 10:51:43 +01: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

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