From 5f46b7560e4131606d9c9cd665c20d86e75718a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:37:51 -0400 Subject: [PATCH] Revert the attempt to fix dark mode for hyprpolkitagent --- install/hyprlandia.sh | 3 +-- install/hyprpolkitagent.sh | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 install/hyprpolkitagent.sh diff --git a/install/hyprlandia.sh b/install/hyprlandia.sh index 2bbfc22..a320d9d 100644 --- a/install/hyprlandia.sh +++ b/install/hyprlandia.sh @@ -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 - diff --git a/install/hyprpolkitagent.sh b/install/hyprpolkitagent.sh deleted file mode 100644 index dd98fde..0000000 --- a/install/hyprpolkitagent.sh +++ /dev/null @@ -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 <