dotfiles/scripts/undim-screen

8 lines
76 B
Bash
Executable File

#!/bin/bash
if pid=$(pgrep -x "dim-screen"); then
kill $pid
fi
light -I