mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Setup hyprpolkitagent separately with dark mode applied
This commit is contained in:
8
install/hyprpolkitagent.sh
Normal file
8
install/hyprpolkitagent.sh
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user