ZSHFiles/powerlevel-config/segments/prompt_c_twitch

7 lines
283 B
Plaintext
Raw Normal View History

local cachefile=${CACHEPATH:-~/.cache}/twitch
2020-11-06 12:19:05 +00:00
[ -r $cachefile ] || return
local IFS=$'\n'
local streaming=($(< $cachefile))
typeset -g _cprompts_twitch=(${#streaming} $stats[1])
2020-11-06 12:19:05 +00:00
[ ${_cprompts_twitch[1]} -gt 0 ] && p10k segment -b purple -i '' -t "${_cprompts_twitch[1]:-unknown}"