mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
11 lines
424 B
Bash
11 lines
424 B
Bash
yay -S --noconfirm --needed \
|
|
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
|
waybar swaync \
|
|
xdg-desktop-portal-hyprland xdg-desktop-portal xdg-desktop-portal-gnome
|
|
|
|
# Prefer dark mode everything
|
|
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
|
|
# Start Hyprland on first session
|
|
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile
|