mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
use noctalia shell instead of waybar. Remove unused deps
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# install hyprland desktop portals and the gtk one for file picker alongside other base packages
|
||||
sudo pacman -S hyprland uwsm hyprpaper hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \
|
||||
ly xdg-desktop-portal-gtk rofi waybar dunst inotify-tools batsignal \
|
||||
sudo pacman -S hyprland uwsm hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \
|
||||
ly xdg-desktop-portal-gtk inotify-tools batsignal power-profiles-daemon \
|
||||
grim slurp wl-clipboard hyprpolkitagent gnome-keyring openssh --noconfirm
|
||||
|
||||
# install fonts
|
||||
@@ -37,7 +37,6 @@ 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
|
||||
@@ -47,6 +46,9 @@ systemctl --user enable --now gcr-ssh-agent.socket
|
||||
sudo systemctl enable --now systemd-resolved.service
|
||||
sudo ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||
|
||||
# configure power-profiles-daemon
|
||||
sudo systemctl enable --now power-profiles-daemon.service
|
||||
|
||||
# enable ly
|
||||
sudo systemctl disable getty@tty2.service
|
||||
sudo systemctl enable ly@tty2.service
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# system utils
|
||||
yay -S xwaylandvideobridge btrfs-assistant waypaper
|
||||
yay -S noctalia-shell xwaylandvideobridge btrfs-assistant
|
||||
|
||||
# user packages
|
||||
yay -S android-apktool anytype-bin burpsuite cura-bin dex2jar ente-auth-bin \
|
||||
|
||||
Reference in New Issue
Block a user