dwmbar/dwmbar
Archie Hilton (thytom) 6f0196f81f Many changes to dwmbarrc location.
Also changed the path to the working directory for the time being.
2019-10-21 19:44:10 +01:00

16 lines
216 B
Bash
Executable file

#!/bin/bash
VERSION="0.0.1"
RC_LOCATION="./dwmbarrc"
if [[ -f $DEFAULT_RC_LOCATION ]]; then
>&2 echo "No dwmbarrc found."
exit 1
fi
print_help(){
echo "dwmbar $VERSION"
}
xsetroot -name "$(exec $RC_LOCATION)"