Dots/polybar/scripts/update_check.sh

7 lines
83 B
Bash

#!/bin/sh
b=$(pacman -Qu | wc -l)
if [[ "$b" -ne "0" ]]; then
echo " ";
fi