mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
fix spacing
This commit is contained in:
parent
3f3e4c691f
commit
d0da5fcd39
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue