From 4edd69de8397e6d4e8eb2f88a2bca2cb07e54fd5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Feb 2023 14:17:11 -0500 Subject: [PATCH] hook actually runs for librewolf-bin, xdpyinfo rmd --- static/larbs.sh | 3 ++- static/progs.csv | 13 ++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/larbs.sh b/static/larbs.sh index 52c984b..d122d6f 100644 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -82,7 +82,7 @@ refreshkeys() { pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1 ;; *) - whiptail --infobox "Enabling Arch Repositories..." 7 40 + whiptail --infobox "Enabling Arch Repositories for more a more extensive software collection..." 7 40 if ! grep -q "^\[universe\]" /etc/pacman.conf; then echo "[universe] Server = https://universe.artixlinux.org/\$arch @@ -222,6 +222,7 @@ Operation = Upgrade Type = Package Target = firefox Target = librewolf +Target = librewolf-bin [Action] Description=Update Arkenfox user.js When=PostTransaction diff --git a/static/progs.csv b/static/progs.csv index eb628f8..70b6e96 100644 --- a/static/progs.csv +++ b/static/progs.csv @@ -1,5 +1,5 @@ #TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing) -,xorg-server,"is the graphical server." +,xorg-server,"is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs." ,xorg-xwininfo,"allows querying information about windows." ,xorg-xinit,"starts the graphical server." ,polkit,"manages user policies." @@ -7,7 +7,7 @@ ,ttf-font-awesome,"provides extended glyph support." 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." +,bc,"is a mathematics language used for the dropdown calculator." ,xcompmgr,"is for transparency and removing screen-tearing." ,xorg-xprop,"is a tool for detecting window properties." ,arandr,"allows the user to customize monitor arrangements." @@ -42,19 +42,18 @@ A,sc-im,"is an Excel-like terminal spreadsheet manager." A,abook,"is an offline addressbook usable by neomutt." ,unclutter,"hides an inactive mouse." ,unzip,"unzips zips." -,lynx,"is a terminal browser." +,lynx,"is a terminal browser also used in LARBS for generating in-terminal previews of websites, emails and HTML files." ,xcape,"gives the special escape/super mappings of LARBS." ,xclip,"allows for copying and pasting from the command line." ,xdotool,"provides window action utilities on the command line." -,xorg-xdpyinfo,"aids with resolution determination and screen recording." ,yt-dlp,"can download any YouTube video (or playlist or channel) when given the link." ,zathura,"is a pdf viewer with vim-like bindings." ,zathura-pdf-mupdf,"allows mupdf pdf compatibility in zathura." ,poppler,"manipulates .pdfs and gives .pdf previews and other .pdf functions." -,mediainfo,"shows audio and video information." +,mediainfo,"shows audio and video information and is used in the file browser." ,atool,"manages and gives information about archives." -,fzf,"is a fuzzy finder tool." -,bat,"can highlight code output and display files." +,fzf,"is a fuzzy finder tool used for easy selection and location of files." +,bat,"can highlight code output and display files and is used to generate previews in the file browser." ,xorg-xbacklight,"enables changing screen brightness levels." A,zsh-fast-syntax-highlighting-git,"provides syntax highlighting in the shell." A,task-spooler,"queues commands or files for download."