Add Config Files

This commit is contained in:
ayushDumasia 2024-09-12 22:26:43 +05:30
parent ade387bdb6
commit f071a73fdb
520 changed files with 45353 additions and 1 deletions

View file

@ -0,0 +1,17 @@
# !/usr/bash
sleep 60s
PACMAN_UPDATES_COUNT=$( checkupdates | wc -l)
sleep 30s
AUR_UPDATES_COUNT=$(pacman -Qm | aur vercmp | wc -l)
sleep 30s
TOTAL_UPDATES_COUNT=$((PACMAN_UPDATES_COUNT+AUR_UPDATES_COUNT))
if [ $TOTAL_UPDATES_COUNT -gt 0 ] ; then
echo -e "\uf019"
fi