Skip to content

nwg-shell-config 0.5.13

Compare
Choose a tag to compare
@nwg-piotr nwg-piotr released this 28 Jul 00:56
· 249 commits to master since this release
1702fa9

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.:

exec = nwg-drawer -r -c 6 -is 64 -fscol 2 -s hyprland-0.css -term foot -ft

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.

image