Add At-Queue to conky config
This commit is contained in:
parent
0b425ee3fb
commit
ae12f02181
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ end
|
||||||
conky.text = [[$color3${time %Y-%m-%d}
|
conky.text = [[$color3${time %Y-%m-%d}
|
||||||
$color1${voffset -10}${font Quicksand:size=40}${time %H:%M}$font$color
|
$color1${voffset -10}${font Quicksand:size=40}${time %H:%M}$font$color
|
||||||
${color2}Uptime:$color $alignr$uptime
|
${color2}Uptime:$color $alignr$uptime
|
||||||
|
${color2}At:$color $alignr${execi 2 atq | wc -l } Jobs
|
||||||
#
|
#
|
||||||
${color3}Stats $hr$color
|
${color3}Stats $hr$color
|
||||||
${color2}ip:$color $alignr${texeci 3 wget http://darkwiiplayer.com/api/ip --no-check-certificate -qO - 2>/dev/null }
|
${color2}ip:$color $alignr${texeci 3 wget http://darkwiiplayer.com/api/ip --no-check-certificate -qO - 2>/dev/null }
|
||||||
|
|
Loading…
Reference in a new issue