progressbar xfce

This commit is contained in:
Tobias Powalowski 2023-08-03 21:36:13 +02:00
parent 8e664f03fe
commit 14664a6148
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ _prepare_graphic() {
[[ ! -e "/.full_system" ]] && _cleanup_install
# check for qxl module
grep -q qxl /proc/modules && grep -q xorg "${_GRAPHIC}" && _GRAPHIC="${_GRAPHIC} xf86-video-qxl"
progress "4" "Running pacman to install packages: ${_GRAPHIC}..."
_progress "4" "Running pacman to install packages: ${_GRAPHIC}..."
for i in ${_GRAPHIC}; do
#shellcheck disable=SC2086
pacman -S ${i} --noconfirm &>"${_NO_LOG}" || exit 1

View file

@ -166,7 +166,7 @@ EOF
</property>
</channel>
EOF
_prgress "85" "Replacing appfinder launcher with gparted..."
_progress "85" "Replacing appfinder launcher with gparted..."
sed -i -e 's#xfce4-appfinder#gparted#g' /etc/xdg/xfce4/panel/default.xml
_progress "86" "Replacing directory menu launcher with setup..."
sed -i -e 's#directorymenu#archboot#g' /etc/xdg/xfce4/panel/default.xml