From 17cede72c0369c65279cf76432e094020128496d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 17 Jun 2023 21:58:14 +0200 Subject: nvchecker: Move state files to XDG_STATE_DIR --- .config/nvchecker/community.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nvchecker/community.toml') diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 88550bb..e6b3f64 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -1,6 +1,6 @@ [__config__] -oldver = "community.old.json" -newver = "community.new.json" +oldver = "~/.local/state/nvchecker/community.old.json" +newver = "~/.local/state/nvchecker/community.new.json" [a2jmidid] source = "git" -- cgit v1.2.3-54-g00ecf