first commit arch

This commit is contained in:
[yuri]
2025-11-13 17:20:22 +01:00
parent f47d0af4c0
commit d9e0096812
420 changed files with 35001 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
#source https://github.com/x70b1/polybar-scripts
#source https://github.com/polybar/polybar-scripts
if ! updates_aur=$(yay -Qum 2> /dev/null | wc -l ); then
updates_aur=0
fi
if [ $updates_aur -gt 0 ]; then
echo $updates_aur
else
echo "0"
fi