#!/usr/bin/env bash if systemctl --user is-active redshift &>/dev/null; then systemctl --user stop redshift else systemctl --user start redshift fi xrandr-invert-colors