final-fix
This commit is contained in:
parent
c3f5db29a6
commit
335fb9b90f
3 changed files with 7 additions and 0 deletions
BIN
.config.tar.xz
BIN
.config.tar.xz
Binary file not shown.
|
@ -316,6 +316,10 @@ EOT
|
||||||
pwd
|
pwd
|
||||||
fi
|
fi
|
||||||
yaourtinstall pamac-aur
|
yaourtinstall pamac-aur
|
||||||
|
yaourtinstall conky-lua-nv
|
||||||
|
yaourtinstall vibrancy-colors
|
||||||
|
yaourtinstall spotify
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -527,6 +531,8 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
mkdir -p /usr/share/backgrounds/xfce/
|
mkdir -p /usr/share/backgrounds/xfce/
|
||||||
cp /root/${repo}/background.jpg /usr/share/backgrounds/xfce/
|
cp /root/${repo}/background.jpg /usr/share/backgrounds/xfce/
|
||||||
chmod 644 /usr/share/backgrounds/xfce/background.jpg
|
chmod 644 /usr/share/backgrounds/xfce/background.jpg
|
||||||
|
cp /root/${repo}/wallpaper.jpg /usr/share/backgrounds/xfce/
|
||||||
|
chmod 644 /usr/share/backgrounds/xfce/wallpaper.jpg
|
||||||
|
|
||||||
# bash.bashrc
|
# bash.bashrc
|
||||||
sed "s|%OS_NAME%|${repo}|g;" /root/${repo}/bash.bashrc > /etc/bash.bashrc
|
sed "s|%OS_NAME%|${repo}|g;" /root/${repo}/bash.bashrc > /etc/bash.bashrc
|
||||||
|
@ -561,6 +567,7 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
echo 1 > /proc/sys/net/ipv4/ip_forward
|
echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||||
|
|
||||||
# .config
|
# .config
|
||||||
|
tar -vxJf /root/${repo}/.Conky.tar.xz -C /root/
|
||||||
tar -vxJf /root/${repo}/.config.tar.xz -C /root/
|
tar -vxJf /root/${repo}/.config.tar.xz -C /root/
|
||||||
gnomeconfig
|
gnomeconfig
|
||||||
|
|
||||||
|
|
BIN
wallpaper.jpg
Executable file
BIN
wallpaper.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 347 KiB |
Loading…
Reference in a new issue