Revert the attempt to fix dark mode for hyprpolkitagent

This commit is contained in:
David Heinemeier Hansson
2025-07-09 19:37:51 -04:00
parent 0d0f1ed692
commit 5f46b7560e
2 changed files with 1 additions and 10 deletions

View File

@ -1,8 +1,7 @@
yay -S --noconfirm --needed \
hyprland hyprshot hyprpicker hyprlock hypridle hyprland-qtutils \
hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils \
wofi waybar mako swaybg \
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
# Start Hyprland on first session
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile

View File

@ -1,8 +0,0 @@
yay -S --noconfirm --needed hyprpolkitagent
# Ensure hyprpolkitagent is running in dark mode
mkdir -p ~/.config/systemd/user/hyprpolkitagent.service.d
cat >~/.config/systemd/user/hyprpolkitagent.service.d/override.conf <<EOF
[Service]
Environment=GTK_THEME=Adwaita-dark
EOF