/IMIndicator.spoon

Primary LanguageLuaMIT LicenseMIT

Readme

This spoon can show a indicator for you IM status.

Install

cd ~/.hammerspoon/Spoons/
git clone https://github.com/wd/IMIndicator.spoon

Usage

Put the codes below to your .hammerspoon/init.lua

local imIndicator = hs.loadSpoon("IMIndicator")

-- watch these apps
imIndicator.start({
  "com.tinyspeck.slackmacgap",
  "com.tencent.xinWeChat",
  "org.gnu.Emacs",
  "net.kovidgoyal.kitty",
  "com.google.Chrome",
  "ru.keepcoder.Telegram",
})

Thanks