2021-11-17 20:36:32 -08:00

11 lines
164 B
Bash
Executable File

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