Open twio142 opened 1 month ago
Regarding #208
I just patched where ever $HOME/.battery is found in the code.
$HOME/.battery
Basically it checks whether the env var XDG_CONFIG_HOME is set. If so, set the config dir to $XDG_CONFIG_HOME/battery, otherwise fallback to $HOME/.battery.
XDG_CONFIG_HOME
$XDG_CONFIG_HOME/battery
Tell me if I'm missing something :)
Regarding #208
I just patched where ever
$HOME/.battery
is found in the code.Basically it checks whether the env var
XDG_CONFIG_HOME
is set. If so, set the config dir to$XDG_CONFIG_HOME/battery
, otherwise fallback to$HOME/.battery
.Tell me if I'm missing something :)