We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250a6a commit 032386fCopy full SHA for 032386f
repowm.c
@@ -1902,10 +1902,10 @@ run(void)
1902
void
1903
runAutostart(void) {
1904
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 &");
+ if (userepobar) {
+ system("command -v repobar || { sleep 4 && notify-send 'repobar script is missing'; } &");
+ if (system("pgrep -f repobar")) {
+ system("repobar &");
1909
}
1910
1911
0 commit comments