mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
9 lines
275 B
Bash
9 lines
275 B
Bash
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
|