#!/bin/bash

if [[ $(command -v redshift) ]]; then
	redshift &
fi