diff --git a/Fonts/Material.ttf b/Fonts/Material.ttf new file mode 100644 index 0000000..be66835 Binary files /dev/null and b/Fonts/Material.ttf differ diff --git a/polybar/scripts/update_check.sh b/polybar/scripts/update_check.sh new file mode 100644 index 0000000..b0aa775 --- /dev/null +++ b/polybar/scripts/update_check.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +b=$(pacman -Qu | wc -l) + +if [[ "$b" -ne "0" ]]; then + echo " "; +fi