Skip to content

Conversation

andakawa
Copy link

Adds new applet with AMD GPU information displaying the GPU usage, vram usage and temps. Provides detailed information on click. Update interval and temperature unit can be set in the configuration. This applet requires amdgpu_top by Umio-Yasuno

Adds new applet with AMD GPU information displaying the GPU usage, vram usage and temps. Provides detailed information on click. Update interval and temperature unit can be set in the configuration. This applet requires amdgpu_top by Umio-Yasuno
Util.spawn_async(['which', 'amdgpu_top'], (stdout) => {
if (!stdout || stdout.trim() === '') {
this.set_applet_label("amdgpu_top not found");
this.set_applet_tooltip("Please install amdgpu_top - https://github.com/Umio-Yasuno/amdgpu_top");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I'd recommend mention this external dependency in the readme.md
  2. will the link be clickable when shown as tooltip? if no, I'd recommend showing notification instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants