dotfiles/home/dot_config/xmobar/executable_gamemode

11 lines
159 B
Bash

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