Default back to dark mode
This commit is contained in:
parent
d6bde9b2b4
commit
9f1a64b30c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue