Housekeeping

This commit is contained in:
LordMathis
2019-02-11 17:43:02 +01:00
parent 4fc2bcab0a
commit 3ee70aa4e7
14 changed files with 82 additions and 35 deletions

9
bin/polybar/updates.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
updates_arch=$(checkupdates | wc -l)
if [ "$updates_arch" -gt 0 ]; then
echo " $updates_arch"
else
echo ""
fi