dotfiles/home/dot_config/xmobar/executable_gamemode

11 lines
158 B
Bash

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