config/root/etc/pacman.d/hooks/update-bar.hook

11 lines
215 B
Plaintext
Raw Permalink Normal View History

2024-07-24 22:42:06 +00:00
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = "Updating statusbar..."
When = PostTransaction
Exec = /bin/sh -c 'kill -42 "$(pidof dwmblocks)"'