From 49ebb60d111770159c30a05e19774e4c5472a065 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 8 Aug 2023 21:55:04 -0500 Subject: add ranger + additional themes and engines --- archsetup | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/archsetup b/archsetup index febd7c4..3c88b11 100755 --- a/archsetup +++ b/archsetup @@ -565,9 +565,15 @@ desktop_environment() { action="UI Theme" && display "subtitle" "$action" - for software in vimix-icon-theme vimix-cursors vimix-gtk-themes; do - aur_install $software - done; + for software in lxappearance gnome-themes-extra gtk-engine-murrine \ + adwaita-qt5 adwaita-qt6; do + pacman_install $software + done; + + for software in vimix-icon-theme vimix-cursors vimix-gtk-themes; do + aur_install $software + done; + # Browsers @@ -737,10 +743,9 @@ supplemental_software() { aur_install tremc # curses interface for transmission aur_install zsh-fast-syntax-highlighting-git # Optimized and extended zsh-syntax-highlighting git_install https://github.com/clamiax/snore.git # sleep with feedback - pip_install ranger # terminal file manager + pacman_install ranger # terminal file manager pacman_install dfc # better display of available space on mounted filesystems pip_install tidal-dl # tidal-dl:tidal as yt-dlp:youtube - pacman_install lxappearance # GTK+ theme switcher # some nice fonts pacman_install ttf-crimson-pro -- cgit v1.2.3