Please find instruction to build your own version of the themes.
Get the Qt version used by your version of qBittorrent.
- Launch qBittorrent
- Go to
help
->About
->Software Used
- Save the Qt version number
Some versions of rcc are available in tools. If there is the correct one, just rename it and make it executable.
mv tools/rcc-qtx_x_x tools/rcc
chmod +x tools/rcc
If not, you have to install Qt. To keep your main system clear, you can do it in a VM.
- Go to Qt open-source download page and find the correct version
- Download qt-opensource-linux-x64-x.x.x.run
- Install it
chmod +x qt-opensource-linux-x64-*.run
qt-opensource-linux-x64-*.run
- Choose Qtx.x.x/Desktop gcc 64-bit componant
- Locate rcc file and copy it. Do not choose a Src one.
sudo find / -name rcc 2> /dev/null
cp /home/<user>/Qt<x.x.x>/<x.x.x>/gcc_64/bin/rcc tools/rcc
Now, you have everything to build your version. You just have to run .sh files.
chmod +x ./build-*.sh
for f in build-*.sh; do
bash "$f"
done
You can now use your qbtheme files by adding them in qBittorrent's preferences. Completely restart the application. Warning, by default, it stays in the taskbar.