upd
parent
1e3c3cce52
commit
6545a9d685
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue