MaxVerevkin/i3bar-river

Default XDG_CONFIG_HOME has broken

duckbilledwren opened this issue · 1 comments

It looks like in the process of removing the dirs_next dependency, the function that finds the default XDG_CONFIG_HOME path (config_dir() in config.rs) accidentally changed to looking for $HOME/config instead of $HOME/.config (the initial period in the config directory has been removed).

Thanks for pointing out, fixed.