Files
omarchy/migrations/1752081300.sh

10 lines
356 B
Bash
Raw Normal View History

echo "Switching system authentication prompt to dark mode"
2025-07-09 19:05:27 -04:00
if [[ ! -f ~/.config/systemd/user/hyprpolkitagent.service.d/override.conf ]]; do
source ~/.local/share/omarchy/install/hyprpolkitagent.sh
2025-07-09 19:05:27 -04:00
# Reload user systemd and restart service
systemctl --user daemon-reexec
systemctl --user daemon-reload
systemctl --user restart hyprpolkitagent
fi