mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Revert the attempt to fix dark mode for hyprpolkitagent
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
Reference in New Issue
Block a user