Browse Source

[TASK] try to set dark root theme v2

gind-archlinux
Dor dicke Gind 2 years ago
parent
commit
12f930278e
  1. 4
      archiso/airootfs/etc/pacman.d/hooks/50-set-prefer-dark-mode.hook

4
archiso/airootfs/etc/pacman.d/hooks/50-set-prefer-dark-mode.hook

@ -5,9 +5,9 @@ Type = Package
Target = glibc Target = glibc
[Action] [Action]
Description = Uncommenting en_US.UTF-8 locale and running locale-gen... Description = Set dark gtk4 variant theme for root
When = PostTransaction When = PostTransaction
Depends = glibc Depends = glibc
Depends = sed Depends = sed
Depends = sh Depends = sh
Exec = /bin/sh -c "gsettings set org.gnome.desktop.interface color-scheme prefer-dark" Exec = /bin/sh -c "dbus-launch gsettings set org.gnome.desktop.interface color-scheme prefer-dark"

Loading…
Cancel
Save