From e2c05826d21e08edbae2b64440c24d3d1d6b3dc6 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 6 May 2025 00:38:49 +0200 Subject: [PATCH] Install and enable hyprpaper and install some fonts --- runs/01-system-setup/02-install-base-packages | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runs/01-system-setup/02-install-base-packages b/runs/01-system-setup/02-install-base-packages index 320cb2c..8ea5505 100755 --- a/runs/01-system-setup/02-install-base-packages +++ b/runs/01-system-setup/02-install-base-packages @@ -1,12 +1,12 @@ #!/usr/bin/env bash # install hyprland desktop portals and the gtk one for file picker alongside other base packages -sudo pacman -S uwsm hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \ - xdg-desktop-portal-gtk rofi-wayland waybar dunst swaybg inotify-tools \ +sudo pacman -S uwsm hyprpaper hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \ + xdg-desktop-portal-gtk rofi-wayland waybar dunst inotify-tools \ grim slurp wl-clipboard hyprpolkitagent gnome-keyring --noconfirm # install fonts -sudo pacman -S ttf-agave-nerd ttf-liberation otf-font-awesome ttf-font-awesome --noconfirm +sudo pacman -S ttf-agave-nerd ttf-liberation otf-font-awesome ttf-font-awesome ttf-jetbrains-mono ttf-jetbrains-mono-nerd --noconfirm # configure reflector to have updated mirrors sudo pacman -S reflector --noconfirm @@ -37,6 +37,7 @@ mkdir -p $HOME/Pictures/Screenshots # configure uwsm for hyprland systemctl --user enable --now hypridle.service +systemctl --user enable --now hyprpaper.service systemctl --user enable --now hyprpolkitagent.service # configure gnome-keyring