diff --git a/packages/aur.pkgs b/packages/aur.pkgs index eb1e246..9caabcc 100644 --- a/packages/aur.pkgs +++ b/packages/aur.pkgs @@ -1 +1 @@ -albert \ No newline at end of file + rofi-bluetooth-git diff --git a/packages/cli-dev-tools.pkgs b/packages/cli-dev-tools.pkgs index fd90090..0dd7ecd 100644 --- a/packages/cli-dev-tools.pkgs +++ b/packages/cli-dev-tools.pkgs @@ -4,5 +4,7 @@ fastfetch fzf git gnome-keyring +helix openssh -zoxide \ No newline at end of file +wget +zoxide diff --git a/packages/core.pkgs b/packages/core.pkgs index e7834eb..c95518c 100644 --- a/packages/core.pkgs +++ b/packages/core.pkgs @@ -8,9 +8,10 @@ mandoc man-pages networkmanager os-prober -sudo sof-firmware +stow +sudo ufw vim zram-generator -zsh \ No newline at end of file +zsh diff --git a/packages/desktop.pkgs b/packages/desktop.pkgs index fb0046c..c0aac44 100644 --- a/packages/desktop.pkgs +++ b/packages/desktop.pkgs @@ -1,18 +1,23 @@ -pipewire-jack -pipewire -wireplumber -pipewire-pulse -greetd-tuigreet +foot +grim hypridle hyprland +hyprland-qtutils hyprlock hyprpaper -hyprland-qtutils +hyprpicker hyprpolkitagent -xdg-desktop-portal-hyprland -waybar +hyprsunset +ly +pipewire +pipewire-jack +pipewire-pulse power-profiles-daemon -fnott -kitty -grim -slurp \ No newline at end of file +pulsemixer +rofi +rofimoji +slurp +swaync +waybar +wireplumber +xdg-desktop-portal-hyprland diff --git a/packages/fonts.pkgs b/packages/fonts.pkgs index f0d93cb..050dfda 100644 --- a/packages/fonts.pkgs +++ b/packages/fonts.pkgs @@ -1,4 +1,3 @@ -ttf-dejavu ttf-jetbrains-mono-nerd noto-fonts -noto-fonts-emoji \ No newline at end of file +noto-fonts-emoji diff --git a/packages/laptop.pkgs b/packages/laptop.pkgs index bd0e936..32795d2 100644 --- a/packages/laptop.pkgs +++ b/packages/laptop.pkgs @@ -1,3 +1,4 @@ bluez bluez-utils -blueman \ No newline at end of file +blueman +fprintd diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index edef5bd..52cc018 --- a/setup.sh +++ b/setup.sh @@ -85,9 +85,6 @@ cd $dotfiles_path && stow . cd $script_path -## Install launcher theme (albert) -sudo ln -s .config/albert/schemes/Seventy\ Eight.qss /usr/share/albert/widgetsboxmodel/themes/ - ## Swap (Zram) is_zram_active=$(sudo systemctl is-active systemd-zram-setup@zram0.service) if [ is_zram_active != "active" ]; then @@ -108,8 +105,8 @@ if [ is_aa_active != "active" ]; then echo -e "========================================\n" fi -## Display manager (Greetd) -sudo systemctl enable greetd +## Display manager (Ly) +sudo systemctl enable ly ## Firewall (UFW) sudo systemctl enable ufw @@ -122,4 +119,4 @@ echo echo "Installation finished" echo "Please check the previous outputs for warnings" echo "You can make final adjustements before rebooting" -echo "- In particular, if you are using a qwerty keyboard, changing input-fr to input-en in ~/.config/hypr/hyprland.conf" \ No newline at end of file +echo "- In particular, if you are using a qwerty keyboard, changing input-fr to input-en in ~/.config/hypr/hyprland.conf"