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}"