master
Daniel Napora 2022-05-15 11:47:35 +02:00
parent 1e3c3cce52
commit 6545a9d685
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
me="colorizer-conky -s"
CONKYDIR="$HOME/.config/conky"
BASECONKY="$CONKYDIR/sysinfo_mbcolor.conkyrc"
if [ !-f "${BASECONKY}" ]; then
if [ ! -f "${BASECONKY}" ]; then
rsync -a /usr/share/mabox-colorizer/conky/* ${CONKYDIR}/
fi

View File

@ -2,7 +2,7 @@
MBCOLORSDIR="$HOME/.themes/MBcolors/openbox-3/"
if [ !-f "${MBCOLORSDIR}" ]; then
if [ ! -f "${MBCOLORSDIR}" ]; then
mkdir -p ${MBCOLORSDIR}
rsync -a /usr/share/mabox-colorizer/themes/MBcolors/openbox-3/* ${MBCOLORSDIR}/
fi