Hyprqt6engine question

Trying to replace qt6ct-kde with hyprqt6engine.
I have trouble replicating my qt6ct style - fonts and icons work. Style is breeze, with a custom color-scheme, but dark, which I cannot get using hyprqt6engine. Using latest -git on an up-to-date arch install.

This is how i get it work:

#~/.config/hypr/hyprqt6engine.conf
theme {
  style = Fusion
  color_scheme = /home/sentaku/.local/share/color-schemes/Carl.colors
  icon_theme = Papirus-Dark
  font = Segoe UI
  font_size = 10
  font_fixed = Consolas
  font_fixed_size = 10
}

misc {
  single_click_activate = true
  menus_have_icons = true
  shortcuts_for_context_menus = true
}

Trouble is I already tried Fusion, Breeze with/without Dark, still light style.
(went through the issue you posted on github)

where is you theme location? make sure you add full path

I did. in ~/.local/share/color-schemes

what about hyprland env?

env QT_QPA_PLATFORMTHEME=hyprqt6engine

and reboot.

did that too. i would not have noticed it otherwise, since qt6ct-kde displays properly

can you put your settings? hyprqt6engine.conf and where you put env.conf …etc

.config/hypr/hyprqt6engine.conf

theme {
  style = Breeze
  color_scheme = /home/musta/dot/musta-nuc/.local/share/color-schemes/Musta.colors
  icon_theme = Tela-circle-dark
  font = CaskaydiaCove Nerd Font
  font_size = 11
  font_fixed = CaskaydiaCove Nerd Font Mono
  font_fixed_size = 11
}

misc {
  single_click_activate = false
  menus_have_icons = true
  shortcuts_for_context_menus = true
}

.config/uwsm/env

...
export QT_QPA_PLATFORMTHEME=hyrpqt6engine
...

please try this path:

color_scheme = /usr/share/color-schemes/BreezeDark.colors

and see.

not working, still light scheme
the point is, qt6ct works, so there is something that needs to be added/changed in order for hyprqt6engine to work

at this point i think you have to open an issue in github and describe you situation.

Perhaps, will investigate it more when I get the time. Waiting to see whether anyone else has similar issues. If not it means there is something in my setup that is wrong.

do you have:

exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME

in your settings?

No, and I do not need it, as the picker is themed exactly the way I want it.
I would have liked to use more of the hypr environment, but not at the expense of increasing complexity and certainly not at the expense of adding such lines in the config.

hyprqt6engine is a very new piece of the ecosystem, and issues are to be expected. I’d recommend opening a ticket on github if you want to debug this further.

thank you, will do
/20char