mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
![]() |
#! /bin/bash
|
||
|
|
||
|
status=$(gamemoded -s)
|
||
|
if [ "$status" == "gamemode is inactive" ]; then
|
||
|
color="#b8bb26"
|
||
|
else
|
||
|
color="#fb4934"
|
||
|
fi
|
||
|
|
||
|
echo "<fc=$color> </fc>"
|