Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented switch direction of graph in all 4 direction #1999

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

donutAnees
Copy link
Contributor

@donutAnees donutAnees commented Jul 23, 2024

Checklist

  • I have described the changes
  • I have linked to any relevant GitHub issues, if applicable
  • Documentation in doc/ has been updated
  • All new code is licensed under GPLv3

Description

Before

Only two directions were possible, which was from right to left and down to up for graph displaying.
Screenshot 2024-07-23 at 8 35 12 PM

After

The changes made now will allow for the following directions

  1. Right to Left
  2. Left to Right
  3. Top to Down
  4. Down to Top

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

Screenshot 2024-07-24 at 12 22 44 AM

More Outputs

Screenshot 2024-07-23 at 8 48 29 PM Screenshot 2024-07-23 at 8 53 10 PM Screenshot 2024-07-23 at 9 13 34 PM

Fixes #890

@github-actions github-actions bot added documentation Issue or PR that suggests documentation improvements sources PR modifies project sources rendering Issue or PR related to rendering text Issue or PR related to `conky.text` variables labels Jul 23, 2024
Copy link

netlify bot commented Jul 23, 2024

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 127f1a7
🔍 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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@brndnmtthws brndnmtthws added the feature New feature PR or issue label Jul 26, 2024
@brndnmtthws brndnmtthws merged commit d2794b5 into brndnmtthws:main Jul 26, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue or PR that suggests documentation improvements feature New feature PR or issue rendering Issue or PR related to rendering sources PR modifies project sources text Issue or PR related to `conky.text` variables
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: switch direction of cpugraph
2 participants