Some config files added

This commit is contained in:
ManOfGoldForever 2025-11-10 12:37:40 -05:00
commit 7e2ddc1054
33 changed files with 1470 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
updates=$(($(checkupdates 2>/dev/null | wc -l) + $(paru -Qum 2>/dev/null | wc -l)))
if [ "$updates" -gt 0 ]; then
echo '{"text":"⟳","class":"updates-available"}'
else
echo '{"text":"⟳","class":"no-updates"}'
fi