diff --git a/larbs.sh b/larbs.sh old mode 100644 new mode 100755 index 4a179cc..365bdd6 --- a/larbs.sh +++ b/larbs.sh @@ -199,7 +199,7 @@ newperms "%wheel ALL=(ALL) NOPASSWD: ALL" # Make pacman colorful, concurrent downloads and Pacman eye-candy. grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf -sed -i "s/^#ParallelDownloads = 8$/ParallelDownloads = 5/;s/^#Color$/Color/" /etc/pacman.conf +sed -i "s/^#ParallelDownloads.*$/ParallelDownloads = 5/;s/^#Color$/Color/" /etc/pacman.conf # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf diff --git a/progs.csv b/progs.csv index cbbf265..d093413 100644 --- a/progs.csv +++ b/progs.csv @@ -4,6 +4,7 @@ ,xorg-xinit,"starts the graphical server." ,ttf-linux-libertine,"provides the sans and serif fonts for LARBS." A,lf-git,"is an extensive terminal file manager that everyone likes." +,ueberzug,"enables previews in the lf file manager." ,bc,"is used for a dropdown calculator." ,xcompmgr,"is for transparency and removing screen-tearing." ,xorg-xprop,"is a tool for detecting window properties."