diff --git a/.config/systemd/user/pending-update.service b/.config/systemd/user/pending-update.service index fa0ba8b..74aae6e 100644 --- a/.config/systemd/user/pending-update.service +++ b/.config/systemd/user/pending-update.service @@ -2,4 +2,4 @@ Description=Write the number of pending updates in /run/user/%U/pending-updates [Service] -ExecStart=/bin/sh -c 'checkupdates | wc -l > /run/user/%U/pending-updates' +ExecStart=/bin/sh -c '(checkupdates; checkupdates-aur) | wc -l > /run/user/%U/pending-updates'