diff options
author | awy <awy@tutamail.com> | 2024-07-31 19:26:35 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-07-31 19:26:35 +0300 |
commit | 0518efb332f5c9cf558cdd4619eab329f77b22b1 (patch) | |
tree | 1842928b903015da541c84b2e3083b38d7fb5ba1 /.config/waybar/scripts/pacupdate |
clean
Diffstat (limited to '.config/waybar/scripts/pacupdate')
-rwxr-xr-x | .config/waybar/scripts/pacupdate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/waybar/scripts/pacupdate b/.config/waybar/scripts/pacupdate new file mode 100755 index 0000000..0bdf32e --- /dev/null +++ b/.config/waybar/scripts/pacupdate @@ -0,0 +1,4 @@ +doas pacman -Syu --noconfirm +sleep 5 +hyprctl notify 5 10000 "rgb(ff1ea3)" " Packages have been upgraded" +pkill -RTMIN+8 waybar |