dotfiles/home/dot_config/xmobar/executable_gamemode

11 lines
158 B
Plaintext
Raw Normal View History

2022-12-10 17:09:35 -08:00
#! /bin/bash
status=$(gamemoded -s)
if [ "$status" == "gamemode is inactive" ]; then
2023-05-07 16:51:37 -07:00
color="#a6e22e"
2022-12-10 17:09:35 -08:00
else
2023-05-07 16:51:37 -07:00
color="#f92672"
2022-12-10 17:09:35 -08:00
fi
2023-05-07 16:51:37 -07:00
echo "<fc=$color>󰈸 </fc>"