1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

fix spacing

This commit is contained in:
Rasmus Steinke 2017-09-09 12:08:30 +02:00
parent 3f3e4c691f
commit d0da5fcd39

View file

@ -167,7 +167,7 @@ function set_theme()
then then
mkdir -p ${CDIR} mkdir -p ${CDIR}
fi fi
if [ -f "${CDIR}/config.rasi" ] if [ -f "${CDIR}/config.rasi" ]
then then
${SED} -i "/@import.*/d" "${CDIR}/config.rasi" ${SED} -i "/@import.*/d" "${CDIR}/config.rasi"
echo "@import \"${1}\"" >> "${CDIR}/config.rasi" echo "@import \"${1}\"" >> "${CDIR}/config.rasi"