TROMjaro Theme switcher application
Go to file
Rokosun 8fe0c425f7 Fix issues with Makefile
Fixes these problems:

* The `make` command for building the package simply called `makepkg` instead of `makepkg -s` which could also install missing dependencies with pacman

* The name of the package has been changed to tromjaro-theme-switcher but Makefile still used the old name theme-switcher, also the extension for Arch linux package is now `.tar.zst` instead of the previous `.tar.xz` - all of this meant that the `make install` command was not working properly

* `make clean` command didn't remove icons.zip and the proper linux package file which now ends in `.tar.zst` instead of the previous `.tar.xz`
2023-10-28 14:19:35 +02:00
Makefile Fix issues with Makefile 2023-10-28 14:19:35 +02:00
PKGBUILD Improve PKGBUILD 2023-10-27 21:14:25 +02:00
README.md Update 'README.md' 2022-09-15 02:53:36 +02:00
themeSwitcher.nim Use the px unit for setting icon size 2023-10-28 08:30:04 +02: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 package

TROMjaro Theme switcher application

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, use:

make clean