11 lines
164 B
Plaintext
Raw Normal View History

#! /bin/bash
status=$(gamemoded -s)
if [ "$status" == "gamemode is inactive" ]; then
color="#b8bb26"
else
color="#fb4934"
fi
echo "<fc=$color>  </fc>"