herbstartix_dots/.config/polybar/redshift.sh

8 lines
119 B
Bash

#!/bin/sh
if [ "$(pgrep -x redshift)" ]; then
echo "%{F#056405}"
else
echo "%{F#056405}"
fi