#!/bin/bash

if pid=$(pgrep -x "dim-screen"); then
  kill $pid
fi

light -I