24 lines
749 B
Markdown
24 lines
749 B
Markdown
# TROMjaro Theme switcher
|
|
|
|
A Theme Switcher app for TROMjaro's default theme-set ([Colloid](https://github.com/vinceliuice/Colloid-gtk-theme)) and icon-set ([Zafiro](https://github.com/zayronxio/Zafiro-icons)). It gives you a nice and easy interface to try out different themes quickly.
|
|
|
|
<video width="720" height="480" controls autoplay title="Screen recording of the app in action" src="https://git.trom.tf/TROMjaro/theme-switcher-package/raw/branch/main/screenRecord.mp4" type="video/mp4"></video>
|
|
|
|
## 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`
|