How to get EndeavourOS KDE colors in a wm like Hyprland

so ive noticed that if i install kde during the installation process of endeavour and install hyprland, the color scheme from kde stays in all my apps. ive tried using qt6ct to change my color scheme to dark, but apps like Librewolf (from aur) that dont use qt6 are still in light mode, whereas if i installed kde beforehand and switched to hyprland, it would stay in dark mode
TLDR; what program do i need to install that will make non-qt6 apps dark in hyprland?

most theme / mode settings are related to tools used in the Desktop itself or for the Toolkit GTK // QT and others)

KDE has implementation top handle general GTK look and feel.

But running Hyprland you will need to set up that manually with your own tools.

https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications

https://discovery.endeavouros.com/applications/uniform-theme-and-fonts-for-qt-apps-in-gtk-environments/2021/05/

@ElmBroken ,
As for Librewolf I tested a more autonomous option
LibreWolf.x86_64.AppImage
qt5-wayland prevents a warning at launching,
Not to mention the Dark Reader extension for browser contents.

wayfire-desktop-git

gives you a wayfire session where Super+I inverts the screen colors
but you won’t like it.

I found a solution! Firstly, install nwg-look thru pacman, next, change all the color schemes to Breeze-dark, and then type in your terminal, “sudo nano /etc/environment”, make sure QT_QPA_PLATFORMTHEME=gtk3 , (if the line isnt there, create the line,) and you are finished! all of your apps should be in dark mode (also i really typed that for people needing help with this, just so you know. im sure you guys know how to configure stuff like this

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.