From 17626c590febc248a268f014dab9e5ff3ac40f11 Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Sat, 6 Dec 2025 17:21:35 +0000 Subject: [PATCH] fix message where the config file is created --- common/night-theme-switcher.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/night-theme-switcher.in b/common/night-theme-switcher.in index d3494fb..131a2c7 100755 --- a/common/night-theme-switcher.in +++ b/common/night-theme-switcher.in @@ -84,7 +84,7 @@ check_config() { if [[ ! -f "$user_config_file" ]]; then echo -e "${bold}------------------------------------------------------------${all_off}" echo -e "${bold} No config file found so creating a fresh one in:${all_off}" - echo -e "${bold}${blue} $XDG_CONFIG_HOME/$pkgname.conf${all_off}" + echo -e "${bold}${blue} $XDG_CONFIG_HOME/$pkgname/$pkgname.conf${all_off}" echo echo -e "${bold} Edit this file before invoking $pkgname again.${all_off}" echo -e "${bold}------------------------------------------------------------${all_off}"