nwg-piotr / nwg-look

GTK3 settings editor adapted to work in the wlroots environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command-line option to export nwg-look preferences to files

nwg-piotr opened this issue · comments

(...) is it possible to have a command-line option to export nwg-look preferences to files? i use nwg-look to set my themes, and on top of that, i have darkman for automatic dark mode toggling. i set my theme to a light one during the day, and a dark one when it's night time, and apps under XWayland reads the gtk settings files instead of directly reading from gsettings, so having a command-line option for nwg-look to automatically export to files would be really neat!

Originally posted by @j1nxie in nwg-piotr/nwg-shell#157 (comment)

I'll take a closer look at this soon.

@j1nxie - could you build from the add-49 branch and tell me if it works for you? I've added the -x argument to read settings, export config files and quit. Only files marked in the Preferences tab will be exported.

@j1nxie - could you build from the add-49 branch and tell me if it works for you? I've added the -x argument to read settings, export config files and quit. Only files marked in the Preferences tab will be exported.

looks like it's working fine for me! built it from the branch and executed and everything ran smoothly without a hitch.

Does the execution with the -x argument resolve you issue? The light/dark theme switch is a kind of exception, as there are two different registry keys responsible for it.

i have a script that sets my gsettings registry keys for me, and this command-line switch looks just perfect to finish off what i need. thank you!

Thanks! I'll merge the branch, if so.