Install dependencies to run dark mode

This commit is contained in:
David Heinemeier Hansson
2025-06-07 22:31:47 +02:00
parent fe587f9936
commit ef5f14e355

View File

@ -1,7 +1,10 @@
yay -S --noconfirm --needed \ yay -S --noconfirm --needed \
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \ hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
waybar swaync \ waybar swaync \
xdg-desktop-portal-hyprland 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 # Start Hyprland on first session
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile