conky
This commit is contained in:
parent
f48e0beb64
commit
e53427eeb9
10 changed files with 55 additions and 6 deletions
|
@ -27,17 +27,20 @@ userpass="$3"
|
||||||
[[ -z "${userpass}" ]] && userpass="user1"
|
[[ -z "${userpass}" ]] && userpass="user1"
|
||||||
|
|
||||||
function gitclone() {
|
function gitclone() {
|
||||||
cd /opt/
|
|
||||||
if [ -d "${repo}" ]; then
|
if [ -d "${repo}" ]; then
|
||||||
echo "${repo} existiert bereits!!!"
|
echo "${repo} existiert bereits!!!"
|
||||||
rm -Rv ${repo}
|
cd /opt/${repo}
|
||||||
|
git pull
|
||||||
|
else
|
||||||
|
git clone ${WEBADDRESS}
|
||||||
fi
|
fi
|
||||||
git clone ${WEBADDRESS}
|
|
||||||
if [ -d "${repo1}" ]; then
|
if [ -d "${repo1}" ]; then
|
||||||
echo "${repo1} existiert bereits!!!"
|
echo "${repo1} existiert bereits!!!"
|
||||||
rm -Rv ${repo1}
|
cd /opt/${repo1}
|
||||||
|
git pull
|
||||||
|
else
|
||||||
|
git clone ${WEBADDRESS1}
|
||||||
fi
|
fi
|
||||||
git clone ${WEBADDRESS1}
|
|
||||||
cd /
|
cd /
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,7 +313,6 @@ EOT
|
||||||
pwd
|
pwd
|
||||||
fi
|
fi
|
||||||
yaourtinstall pamac-aur
|
yaourtinstall pamac-aur
|
||||||
yaourtinstall conky-lua-nv
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -443,6 +445,8 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
# pip install beautysh
|
# pip install beautysh
|
||||||
if [ -d /opt/beautysh ];then
|
if [ -d /opt/beautysh ];then
|
||||||
echo "Bereits vorhanden!!!"
|
echo "Bereits vorhanden!!!"
|
||||||
|
cd /opt/beautysh
|
||||||
|
git pull
|
||||||
else
|
else
|
||||||
git clone https://github.com/bemeurer/beautysh /opt/beautysh
|
git clone https://github.com/bemeurer/beautysh /opt/beautysh
|
||||||
fi
|
fi
|
||||||
|
@ -461,6 +465,8 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
# powerline-shell-fonts
|
# powerline-shell-fonts
|
||||||
if [ -d /opt/powerline-shell-fonts ];then
|
if [ -d /opt/powerline-shell-fonts ];then
|
||||||
echo "Bereits vorhanden!!!"
|
echo "Bereits vorhanden!!!"
|
||||||
|
cd /opt/powerline-shell-fonts
|
||||||
|
git pull
|
||||||
else
|
else
|
||||||
git clone https://github.com/powerline/fonts.git /opt/powerline-shell-fonts
|
git clone https://github.com/powerline/fonts.git /opt/powerline-shell-fonts
|
||||||
fi
|
fi
|
||||||
|
@ -471,6 +477,8 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
# uncrustify
|
# uncrustify
|
||||||
if [ -d /opt/uncrustify ];then
|
if [ -d /opt/uncrustify ];then
|
||||||
echo "Bereits vorhanden!!!"
|
echo "Bereits vorhanden!!!"
|
||||||
|
cd /opt/uncrustify
|
||||||
|
git pull
|
||||||
else
|
else
|
||||||
git clone https://github.com/uncrustify/uncrustify.git /opt/uncrustify
|
git clone https://github.com/uncrustify/uncrustify.git /opt/uncrustify
|
||||||
fi
|
fi
|
||||||
|
@ -487,6 +495,29 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
chmod +x /usr/bin/uncrustify
|
chmod +x /usr/bin/uncrustify
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
|
# conky
|
||||||
|
if [ -d /opt/conky ];then
|
||||||
|
echo "Bereits vorhanden!!!"
|
||||||
|
cd /opt/conky
|
||||||
|
git pull
|
||||||
|
else
|
||||||
|
git clone https://github.com/brndnmtthws/conky.git /opt/conky
|
||||||
|
fi
|
||||||
|
cd /opt/conky
|
||||||
|
cp cmake/ConkyBuildOptions.cmake .
|
||||||
|
|
||||||
|
sed "s|option(BUILD_LUA_CAIRO \"Build cairo bindings for Lua\" false)|option(BUILD_LUA_CAIRO \"Build cairo bindings for Lua\" true)|g;
|
||||||
|
s|option(BUILD_LUA_IMLIB2 \"Build Imlib2 bindings for Lua\" false)|option(BUILD_LUA_IMLIB2 \"Build Imlib2 bindings for Lua\" true)|g;
|
||||||
|
s|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" false)|option(BUILD_LUA_RSVG \"Build rsvg bindings for Lua\" true)|g" ConkyBuildOptions.cmake > cmake/ConkyBuildOptions.cmake
|
||||||
|
|
||||||
|
mkdir -p build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
cd /
|
||||||
|
|
||||||
# iso_name
|
# iso_name
|
||||||
if [ "${version}" == "libre" ]; then
|
if [ "${version}" == "libre" ]; then
|
||||||
echo "${repo}-libre" > /etc/hostname
|
echo "${repo}-libre" > /etc/hostname
|
||||||
|
|
|
@ -72,6 +72,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
|
@ -116,6 +117,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -71,6 +71,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
|
@ -115,6 +116,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -69,6 +69,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
|
@ -115,6 +116,7 @@ telepathy-morse
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -60,6 +60,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
|
@ -94,6 +95,7 @@ tar
|
||||||
teeworlds
|
teeworlds
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
vlc
|
vlc
|
||||||
wget
|
wget
|
||||||
|
|
|
@ -66,6 +66,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
lxde-gtk3
|
lxde-gtk3
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
|
@ -111,6 +112,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -67,6 +67,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
lxqt
|
lxqt
|
||||||
lxqt-powermanagement
|
lxqt-powermanagement
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
|
@ -114,6 +115,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -66,6 +66,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mate
|
mate
|
||||||
mate-extra
|
mate-extra
|
||||||
mate-power-manager
|
mate-power-manager
|
||||||
|
@ -113,6 +114,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
|
@ -100,6 +100,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
lxde
|
lxde
|
||||||
lxqt
|
lxqt
|
||||||
lxqt-powermanagement
|
lxqt-powermanagement
|
||||||
|
@ -172,6 +173,7 @@ telepathy-morse
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
traceroute
|
traceroute
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
|
|
|
@ -66,6 +66,7 @@ libva-mesa-driver
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
links
|
links
|
||||||
|
lua51
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
minetest
|
minetest
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
|
@ -110,6 +111,7 @@ telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
thunderbird-i18n-de
|
thunderbird-i18n-de
|
||||||
tigervnc
|
tigervnc
|
||||||
|
tolua++
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
|
Loading…
Reference in a new issue