diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-06 02:30:09 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-06 02:30:09 +0300 |
commit | cbfd974f652a12c601a95ea6d364549f45cb87e3 (patch) | |
tree | 06ad8bd90f653102065d4028d64a274f6d9bcd39 /dotfiles/.local/bin/paccheck | |
parent | e351037f1e0f48a2a1602a07d376980c9e595091 (diff) | |
download | swayrice-cbfd974f652a12c601a95ea6d364549f45cb87e3.tar.gz swayrice-cbfd974f652a12c601a95ea6d364549f45cb87e3.zip |
improved script for pacman package download cron job; waybar improvements
Diffstat (limited to 'dotfiles/.local/bin/paccheck')
-rwxr-xr-x | dotfiles/.local/bin/paccheck | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dotfiles/.local/bin/paccheck b/dotfiles/.local/bin/paccheck deleted file mode 100755 index 1284134..0000000 --- a/dotfiles/.local/bin/paccheck +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -ping -q -c 1 1.1.1.1 > /dev/null || exit - -notify-send "⬆ Update check" "Checking for updates..." - -sudo pacman -Sy -upno=$(pacman -Qu | wc -l) - -notify-send "⬆ Update Check" "$upno updates are available" |