From d1e660add8e2ae72b2cc4796fb12d11666f46f11 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 18 Aug 2023 11:10:17 -0500 Subject: + slock install, + qt theme support to match gtk themes --- archsetup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index fa4aa1c..16110da 100755 --- a/archsetup +++ b/archsetup @@ -29,6 +29,7 @@ password="welcome" # will be changed on first login. :) dwm_repo="https://git.cjennings.net/dwm.git" dmenu_repo="https://git.cjennings.net/dmenu.git" st_repo="https://git.cjennings.net/st.git" +slock_repo="https://git.cjennings.net/slock.git" dotfiles_repo="https://git.cjennings.net/dotfiles" dotemacs_repo="https://git.cjennings.net/dotemacs.git" dotfiles_home="/home/$username/.dotfiles" @@ -444,7 +445,8 @@ desktop_environment() { git_install $dwm_repo git_install $dmenu_repo - git_install $st_repo + git_install $st_repo + git_install $slock_repo aur_install pinentry-dmenu # password entry that leverages dmenu # Core Fonts @@ -571,7 +573,8 @@ desktop_environment() { pacman_install $software done; - for software in vimix-icon-theme vimix-cursors vimix-gtk-themes; do + for software in vimix-icon-theme vimix-cursors vimix-gtk-themes \ + qt5ct adwaita-color-schemes; do aur_install $software done; -- cgit v1.2.3