add polybar hook

This commit is contained in:
ksyasuda 2021-11-16 17:52:05 -08:00
parent 5f2fc5d2b1
commit 5061945a2e

11
pacman-hooks/polybar.hook Normal file
View File

@ -0,0 +1,11 @@
[Trigger]
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Updating Polybar package count...
Depends = polybar
When = PostTransaction
Exec = /usr/bin/bash -c '/usr/bin/polybar-msg hook package-updates 1 &>/dev/null || true'