Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (44 loc) · 2.1 KB

README.MD

File metadata and controls

60 lines (44 loc) · 2.1 KB

Honeygold

An easy-on-the-eyes dark theme with gold highlights for qBittorrent

Supported qBittorrent versions

  • Working on 4.3.1--4.4.5
  • Does not work in 4.5 and after (will be supported when qBt devs fix WebUI translation)

Small preview Larger preview

Feature set

  1. Honeygold has a 'Linux ISO mode' which redact your torrent names and replaces them with Linux ISO names (bottom right corner - the eye icon)
  2. 'Last Activity' column functions normally (compared to Nightwalker)
  3. The auxiliary windows are properly rendered (compared to Nightwalker)
  4. Has nice ratio highlights:
  • #8f8f8f < 1
  • #ffffff < 2
  • #1eff00 < 10
  • #0070dd < 20
  • #a335ee < 60
  • #ff8000 < 90
  • #e6cc80 < 100
  • ? > 100 (secret)

Installation

Linux

  1. sudo -i
  2. mkdir -p /opt && cd /opt
  3. git clone https://github.com/danwilldev/qbt-honeywell.git honeywell
  4. chown -R nobody:nogroup honeywell

Activate Alterative WebUI in qBittorrent

  1. Under Tools->Preferences->WebUI enable Use alternative WebUI.
  2. Choose a location that points to the honeywell folder, i.e. /opt/honeywell/
  3. Restart qBittorrent or refresh your browser for changes to take effect.

You can also change these settings via the config file, which is usually located at ~/.config/qBittorrent/qBittorrent.conf. The relevant entries are:

  • WebUI\AlternativeUIEnabled=true
  • WebUI\RootFolder=/opt/honeywell/

(If something breaks for any reason whatsoever, you can also use this method to revert any bad changes if the WebUI is unresponsive)

Update theme (Linux)

  1. cd /opt/honeywell
  2. sudo git pull

Credits

  • qBittorrent devs
  • repslet and imabee (for Nightwalker)
  • gl0ryus
  • Iconmonstr (icons)
  • FontAwesome (icons)
  • Radix (colors)