Add script for counting pacman updates in polybar
This commit is contained in:
5
polybar/pacman-updates-module.sh
Executable file
5
polybar/pacman-updates-module.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
updates=$(pacman -Qu | wc -l)
|
||||
|
||||
echo $updates
|
||||
Reference in New Issue
Block a user