From 188e5873be5e9c590988f9299653df5f52d44355 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 11 Mar 2012 14:47:58 +0100 Subject: [PATCH] Fix configuration paths in error message --- i3status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3status.c b/i3status.c index dd7d1e6..b7f9b86 100644 --- a/i3status.c +++ b/i3status.c @@ -164,8 +164,8 @@ static char *get_config_path() { free(buf); die("Unable to find the configuration file (looked at " - "~/.i3status/config, $XDG_CONFIG_HOME/i3status/config, " - "/etc/i3status/config and $XDG_CONFIG_DIRS/i3status/config)"); + "~/.i3status.conf, $XDG_CONFIG_HOME/i3status/config, " + "/etc/i3status.conf and $XDG_CONFIG_DIRS/i3status/config)"); return NULL; } -- 2.39.2