mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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
|
||||
mkdir -p ${CDIR}
|
||||
fi
|
||||
if [ -f "${CDIR}/config.rasi" ]
|
||||
if [ -f "${CDIR}/config.rasi" ]
|
||||
then
|
||||
${SED} -i "/@import.*/d" "${CDIR}/config.rasi"
|
||||
echo "@import \"${1}\"" >> "${CDIR}/config.rasi"
|
||||
|
|
Loading…
Reference in a new issue