mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2025-03-12 16:46:15 +00:00
Needs work
This commit is contained in:
parent
23767a965b
commit
959305da2d
1 changed files with 5 additions and 0 deletions
5
dwmbar
5
dwmbar
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue