From ef5f14e3559394889740d3297a8514f1c69f233a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Jun 2025 22:31:47 +0200 Subject: [PATCH] Install dependencies to run dark mode --- install/hyprlandia.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/hyprlandia.sh b/install/hyprlandia.sh index 1db51f9..a4121c2 100644 --- a/install/hyprlandia.sh +++ b/install/hyprlandia.sh @@ -1,7 +1,10 @@ yay -S --noconfirm --needed \ hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \ 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 echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile