Default back to dark mode

This commit is contained in:
Anthony Rose 2024-06-05 12:56:04 +01:00
parent d6bde9b2b4
commit 9f1a64b30c

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Leave commented for light mode, or uncomment for dark mode. # Leave commented for light mode, or uncomment for dark mode.
#_acp_dark_mode=1 _acp_dark_mode=1
test -x /usr/bin/gsettings || (echo "gsettings not found" && exit 1) test -x /usr/bin/gsettings || (echo "gsettings not found" && exit 1)