Needs work

This commit is contained in:
Manuel Palenzuela 2019-11-06 14:08:45 +00:00
parent 23767a965b
commit 959305da2d

5
dwmbar
View file

@ -53,6 +53,11 @@ check_files(){
exit 1
fi
if [[ ! -d $CACHE_DIR ]]; then
echo "$CACHE_DIR does not exist." > /dev/stderr
exit 1
fi
if [[ ! -f $DEFAULT_BAR_LOCATION ]]; then
echo "$DEFAULT_BAR_LOCATION does not exist." > /dev/stderr
exit 1