1.1 KiB
Plasma 6 Theme
My plasma 6 theme. Currently only contains a style for the panel items
(tasks.svgz). The rest is imported from the system default (commonly Breeze).
Icons-only Task Manager:
Icon-and-Text Task Manager:
Name and other suggestions are welcome :)
Installing
If you are on Arch Linux I have prepared a PKGBUILD here.
Alternatively, you can install it with Make by running one of the following:
-
Install to
/usr:sudo make install -
Install to some other place, for example
~/.local:make INSTALL_PREFIX=~/.local install
Testing
Run the C++ regression test. It builds the compressed asset, checks the SVG frame contract, and verifies the generated asset with KSVG:
make test
This requires the Qt 6, KSvg, and KConfig development files.
make test also generates compile_commands.json for clangd. To refresh only
the compile database, run:
make compile_commands.json
License
Apache-2.0, see LICENSE.