Skip to content

Commit 032386f

Browse files
Fix Typo
1 parent 2250a6a commit 032386f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

repowm.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,10 +1902,10 @@ run(void)
19021902
void
19031903
runAutostart(void) {
19041904
system("command -v repowm-schemas || { sleep 4 && notify-send 'repowm-schemas missing, please install repowm-schemas!!!'; } &");
1905-
if (useinstabar) {
1906-
system("command -v instabar || { sleep 4 && notify-send 'instabar script is missing'; } &");
1907-
if (system("pgrep -f instabar")) {
1908-
system("instabar &");
1905+
if (userepobar) {
1906+
system("command -v repobar || { sleep 4 && notify-send 'repobar script is missing'; } &");
1907+
if (system("pgrep -f repobar")) {
1908+
system("repobar &");
19091909
}
19101910
}
19111911

0 commit comments

Comments
 (0)