mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
Install and enable hyprpaper and install some fonts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user