dotfiles/sysmenu/script/redshift_temp.sh

8 lines
147 B
Bash
Raw Permalink Normal View History

2021-09-26 01:52:03 -04:00
#!/usr/bin/bash
if pidof redshift > /dev/null; then
echo $(redshift -p 2> /dev/null | grep "temperature" | awk '{ print $3 }')
else
echo "-"
fi