Add script for counting pacman updates in polybar

This commit is contained in:
2021-09-17 22:07:23 +03:00
parent f9863dee9d
commit 51befc9b59
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#! /bin/bash
updates=$(pacman -Qu | wc -l)
echo $updates