Luke Horwell

Results 365 comments of Luke Horwell

Do you mean the title bar should be dark being a dark-themed app? If so, this would be the same as #352. In that case, there isn't a reliable way...

It seems that Fedora 35 doesn't integrate Qt and GTK applications equally by default. It's up to distros to provide a configuration so Qt apps (like this one) can support...

I know Linux Mint and Ubuntu MATE use `gtk2` engine for the Qt style, and that pulls in styling from the GTK (2?) theme. I think they include an additional...

I'm pretty sure it's down to Wayland, the distro and/or the window system to handle the integration of _"second class"_ toolkits like Qt in a GNOME/GTK environment. Electron uses GTK...

I tried replicating the issue on Fedora 35 with GNOME 41 under Wayland. 1. `sudo dnf install materia-gtk-theme gnome-tweaks` 2. Use GNOME Tweaks to change the theme to "Materia-dark-compact" ![image](https://user-images.githubusercontent.com/13032135/149094534-b50b8288-8951-4932-a0f2-1860739ba998.png)...

Thanks for the suggestion! If I understood correctly, it sounds like you'd like a place to switch the default colours for an alternate palette. So, the default `#ff0000`, `#00ff00`, `#0000ff`...

Can confirm under Wayland that it doesn't appear initially at boot, but it works when ran from a terminal later: polychromatic-tray-applet -v There is some weirdness with KDE Plasma and...

The `DeprecationWarning` is expected and no cause for concern. 👍🏼 GTK4 dropped support for the tray icons[^1][^2] [^1]: https://discourse.gnome.org/t/what-to-use-instead-of-statusicon-in-gtk4-to-display-the-icon-in-the-system-tray/7175) [^2]: https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/ This application will port the tray applet to Qt...

Ahh, this happens because you've got a single Razer device with multiple "zones". so everything appears in the main menu. Typically they'd be submenus for each device that would definitely...

Compile options would be unnecessary because it's a Python application, an interpreted script if you like. You can simply comment out / delete the code so it isn't displayed: /usr/bin/polychromatic-tray-applet...