This update adds the 'Run with GTK_THEME=' check button to the 'App drawer' tab. If checked, nwg-shell-config will add the -ft argument to the nwg-drawer command in the ~/.config/hypr/includes.conf file, e.g.:
In result, while running apps, the drawer will add the GTK_THEME=<default-gtk-theme> environment variable to the command, to make libadwaita/gtk4 apps follow the current theme.
This update adds the 'Run with GTK_THEME=' check button to the 'App drawer' tab. If checked, nwg-shell-config will add the
-ft
argument to the nwg-drawer command in the~/.config/hypr/includes.conf
file, e.g.:In result, while running apps, the drawer will add the
GTK_THEME=<default-gtk-theme>
environment variable to the command, to make libadwaita/gtk4 apps follow the current theme.Note: the theme needs to be GTK4-compatible.
Note: nwg-drawer>=0.3.9 required.