#!/bin/sh
# it is not wise to run non-configured redshift-gtk, so we look
# whether it is configured.
# if [ -e ~/.config/redshift.conf ] then user has configured redshift-gtk properly
if [ -e ~/.config/redshift.conf ]; then
  redshift-gtk&
fi
