11 lines
159 B
Plaintext
Raw Normal View History

2021-11-17 20:31:41 -08:00
#! /bin/bash
status=$(gamemoded -s)
if [ "$status" == "gamemode is inactive" ]; then
color="#B8BB26"
2021-11-17 20:31:41 -08:00
else
color="#FB4934"
2021-11-17 20:31:41 -08:00
fi
echo "<fc=$color>  </fc>"