dotfiles/.config/eww/refresh-pkg-updates.hook

11 lines
189 B
Text
Raw Normal View History

2024-10-21 16:49:00 +02:00
# Copy to /etc/pacman.d/hooks/
[Trigger]
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
When = PostTransaction
Exec = /bin/pkill -SIGUSR1 -u 1000 pkg-updates.sh