From 6083bc4d3fb8f1b43d58d65202eb299fa19b9b1b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 5 Oct 2018 21:43:10 -0400 Subject: i3pacman update --- .scripts/popupgrade | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .scripts/popupgrade (limited to '.scripts/popupgrade') diff --git a/.scripts/popupgrade b/.scripts/popupgrade new file mode 100755 index 0000000..739fcb7 --- /dev/null +++ b/.scripts/popupgrade @@ -0,0 +1,10 @@ +#!/bin/sh + +printf "Beginning upgrade.\\n" + +yay -Syu +pacman -Qu | wc -l > ~/.pacupgrnum +pkill -RTMIN+8 i3blocks + +printf "\\nUpgrade complete.\\nPress to exit window.\\n\\n" +read -r -- cgit v1.3.1