A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community)
- It's dark, but not black
- It has different colors for ratio-values (see screenshot)
- It has a mix of Fontawesome and custom icons
- Clone or download this repo as a .ZIP
- Move it somewhere where qBittorrent can find it.
- Ensure you use a trailing slash.
sudo git clone https://github.com/brettpetch/nightwalker.git /opt/nightwalker
sudo chown -R nobody:nogroup /opt/nightwalker/
- Under
Tools->Preferences->WebUI
enableUse alternative WebUI
. - Choose a location that points to the
nightwalker
folder, i.e./opt/nightwalker/
- Restart qBittorrent or refresh your browser for changes to take effect.
You can also change these settings via the config file. The relevant entries are:
WebUI\AlternativeUIEnabled=true
WebUI\RootFolder=/opt/nightwalker/
git -C /opt/nightwalker checkout main
git -C /opt/nightwalker fetch origin main
git -C /opt/nightwalker reset --hard origin/main
sudo chown -R nobody:nogroup /opt/nightwalker
Based on the standard qBittorrent WebUI theme (4.3.8 release). Tested in Updated to 4.3.8
A note for those who used the Theme Park nginx mod
Modify your nginx config and remove the lines that introduced the external css, anything after rewrite ^/qbittorrent/(.*) /$1 break;
(non inclusive) is something that can be removed. Do not leave -modded, or any other files that are not necessary for nginx to function in the /etc/nginx/apps/
directory. Reload nginx after making changes by doing sudo service nginx configtest
, if it returns OK, then proceed and do sudo service nginx reload
.
- The Walkerservers (Discord) community
- glibN for the inspiration to use the Fontawesome pack
- Fontawesome for their great fonts
- qBittorrent for the base files