You may able to install the Sexy Conky on your Ubuntu or Mint Machine successfully. Today I am giving you an another code of snippet which can tell you some more information. You can add it on any linux distribution like Ubuntu, Linux Mint, SUSE, AntiX or any-other. With this simple code, you will get running weeks internet-uses amount. This code will display current weeks full download and upload amount instantly. Here see the snapshot.

Open the .conkyrc file with a text editor like gedit or leafpad.
Add the code below in a suitable place
${goto 6}${font size=14}${color 75D1FF}This Week ${color}${font}And save the conkyrc file. The change will take on effect instantly. ENJOY!!
${font VariShapes Solid_size=10}Q${font}${color ffffff}Down Loaded:${color ffffff}${alignr}${execi 300 vnstat -w | grep "current week" | awk {print $3 $4}}
${font VariShapes Solid_size=10}q${font}${color ffffff}Up Loaded:${color ffffff}${alignr}${execi 300 vnstat -w | grep "current week" | awk {print $6 $7}}
alternative link download