Luke Horwell

Results 408 comments of Luke Horwell
trafficstars

That is strange: Unsupported codec: "CHARSET" Qt Lingust says that for me too when I open the **.pot** file, but **fr_FR.po** opens correctly. 🤷🏼 --- Anyway, [this issue is set...

The `master` branch is where translations should be performed nearly all the time. A specific branch was an exception in this scenario due to the current codebase getting a refactor...

Hi Lofty, thanks for approaching! A quick [look over the wiki](https://github.com/ckb-next/ckb-next/wiki/CKB-Daemon-Manual) suggests that `ckb-daemon` exposes data in `/dev/input/ckb0` for input/output. File-based will be pretty simple for integration! :+1: To clarify...

Funnily enough, Polychromatic never created this battery notification. It's actually provided by the daemon, so [they'd be the guys to ask](https://github.com/terrycain/razer-drivers). I agree that notification could be improved. It would...

New progress towards this - _wow, it's been 3 years?_ - the daemon will soon be exposing the battery status. https://github.com/openrazer/openrazer/pull/1079 For v1.0.0, I've added this in the Controller, it's...

Support for setting the charging colours, sleep and low power modes has been added. If any one has a compatible mouse, please test and confirm if the options appear and...

This is a good idea. Unfortunately, I can't see a way how to do this, since this isn't a GTK application. * https://gitlab.gnome.org/GNOME/gtk/-/issues/99 * https://bugreports.qt.io/browse/QTBUG-63969 If there's an environment variable...

Thanks. It appears to be a window property. This _could work_ for the main window only: xprop -name "Polychromatic" -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT dark I'm using Fedora 34 with...

At the moment, it's due to the fact newer Razer devices heavily rely on Razer Synapse. Older Razer peripherals could remember their last hardware effect. Polychromatic's development has been a...

Ripple is a software effect the OpenRazer daemon provides, so the command becomes: #### For a ripple colour - green (0, 255, 0) python3 -c "import openrazer.client; a = openrazer.client.DeviceManager();...