theme-switcher-package/README.md

22 lines
543 B
Markdown
Raw Normal View History

2022-09-15 00:53:36 +00:00
# TROMjaro Theme switcher package
2022-09-14 14:28:51 +00:00
2023-10-28 12:34:00 +00:00
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.
2022-09-14 14:28:51 +00:00
## 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`
2023-10-28 12:34:00 +00:00
To cleanup the project folder, use:
2022-09-14 14:28:51 +00:00
`make clean`