auto dark mode
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
Josh Thomas 2025-06-29 23:04:11 -05:00
parent 309dade978
commit 3d2f30061d

View file

@ -13,6 +13,7 @@ yay -S --noconfirm --needed \
evince \
file-roller \
gnome-calculator \
gnome-themes-extra \
hypridle \
hyprland \
hyprland-qtutils \
@ -38,6 +39,9 @@ yay -S --noconfirm --needed \
xdg-desktop-portal-hyprland \
xdg-desktop-portal-gtk
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
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