diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -835,6 +835,10 @@ user_customizations() { >> "$logfile" 2>&1 ) || error_warn "$action" "$?" fi + # Refresh font cache for any fonts in dotfiles + action="refreshing font cache" && display "task" "$action" + fc-cache -f >> "$logfile" 2>&1 || error_warn "$action" "$?" + # install desktop-file-utils before updating database (provides update-desktop-database) pacman_install desktop-file-utils @@ -1304,6 +1308,7 @@ hyprland() { pacman_install hyprpaper action="Hyprland Utilities" && display "subtitle" "$action" + pacman_install cpio # hyprpm (plugin manager) dependency pacman_install waybar # status bar pacman_install fuzzel # app launcher (native Wayland, pinentry support) pacman_install swww # wallpaper |
