Bugfix: s/i3bar/i3-nagbar/ (Thanks badboy)

This commit is contained in:
Michael Stapelberg 2013-06-10 23:23:22 +02:00
parent cbdc8c33dd
commit 75206db3a1
1 changed files with 1 additions and 1 deletions

View File

@ -70,5 +70,5 @@ const char *get_exe_path(const char *argv0) {
free(path);
/* Last resort: maybe its in /usr/bin? */
return "/usr/bin/i3bar";
return "/usr/bin/i3-nagbar";
}