Browse Source

[TASK] try to set darkmode for calamaris

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

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

@ -0,0 +1,13 @@
# remove from airootfs!
[Trigger]
Operation = Install
Type = Package
Target = glibc
[Action]
Description = Uncommenting en_US.UTF-8 locale and running locale-gen...
When = PostTransaction
Depends = glibc
Depends = sed
Depends = sh
Exec = /bin/sh -c "gsettings set org.gnome.desktop.interface color-scheme prefer-dark"
Loading…
Cancel
Save