Closed donutAnees closed 4 months ago
Name | Link |
---|---|
Latest commit | 127f1a7ccd17b183b008042e38e11bf509540e7c |
Latest deploy log | https://app.netlify.com/sites/conkyweb/deploys/669ffd196c152a000807bca2 |
Deploy Preview | https://deploy-preview-1999--conkyweb.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Checklist
doc/
has been updatedDescription
Before
Only two directions were possible, which was from right to left and down to up for graph displaying.
After
The changes made now will allow for the following directions
To implement this, use the flags -x to invert along the x axis and -y to invert along the y axis.
Example
downspeedgraph en0 50,280 ADFF2F 32CD32 -t -x -y
upspeedgraph en0 50,280 ADFF2F 32CD32 -t -y
More Outputs
Fixes #890