moved files

This commit is contained in:
[yuri]
2025-11-13 17:40:21 +01:00
parent d9e0096812
commit 3d4aaa7a77
420 changed files with 0 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_arch=$(checkupdates 2> /dev/null | wc -l ); then
updates_arch=0
fi
if [ $updates_arch -gt 0 ]; then
echo $updates_arch
else
echo "0"
fi