demetrisk03 / custom-accent-colors

A GNOME Shell Extension that provides 7 custom accent colors. The selected accent color can be applied to GTK4/GTK3 apps and the GNOME Shell.
https://extensions.gnome.org/extension/5547/custom-accent-colors
GNU General Public License v3.0
71 stars 14 forks source link

Support XDG Base Directory Specification #32

Closed spfanning closed 6 months ago

spfanning commented 7 months ago

XDG Base Directory Specification compliance is convenient for those who wish to reduce dotfile clutter in their home directory while having negligible impact on others. Glib has functions that handle this. The spec is outlined here. The default paths will be the same but when the proper environment variables are set, custom-accent-colors will follow them.

demetrisk03 commented 6 months ago

hey @spfanning very interesting pr, I'll test it as soon as I can and then I'll merge it :)