John Crawley

Results 2 issues of John Crawley

There are two ways of sychronizing the jgmenu theme with the current openbox theme: `jgmenu_run obtheme` and `jgmenu_run init --apply-obtheme` And likewise for the GTK theme: `jgmenu_run gtktheme` and `jgmenu_run...

https://github.com/johanmalm/jgmenu/blob/1b462a1cf301470df4b2142b461e4c9670a53dab/src/jgmenu-obtheme.c#L30 The currently preferred `$XDG_DATA_HOME/themes` is not included in the list to search for an openbox theme. I would suggest as line 30: ``` "~/.local/share/themes", "~/.themes/", "/usr/share/themes/", NULL ``` (...