dotfiles/.config/waybar/scripts/updatepkgs

7 lines
138 B
Plaintext
Raw Permalink Normal View History

2023-05-31 10:38:23 +02:00
#!/bin/sh
2023-05-31 13:10:15 +02:00
mkdir -p /tmp/waybar/module/pacman
footclient bash -c 'paru && echo 0 > /tmp/waybar/module/pacman/count'
2023-05-31 10:38:23 +02:00
pkill waybar
waybar &