Skip to content

Darkmode

Greg edited this page Mar 5, 2021 · 1 revision

You may use the script to trigger a darkmode on your desktop or any other actions you want to preform on day / night. This feature is disabled by default but you can enable it like:
darkmode_enable="true"

If darkmode is enabled, use these two lines to set the the external command to run on day / night.
darkmode_run_day=""
darkmode_run_night=""

For example:
darkmode_run_day="/path/to/switch.sh light"
darkmode_run_night="/path/to/switch.sh dark"