TROMjaro Layout switcher application
Go to file
Tio TROM 8da498a117 initial commit 2022-09-07 05:40:56 +02:00
Makefile initial commit 2022-09-07 05:40:56 +02:00
PKGBUILD initial commit 2022-09-07 05:40:56 +02:00
README.md initial commit 2022-09-07 05:40:56 +02:00
layout-switcher initial commit 2022-09-07 05:40:56 +02:00
tromjaro-layout-switcher.desktop initial commit 2022-09-07 05:40:56 +02:00

README.md

Theme switcher package

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