xfce-hkmon icon indicating copy to clipboard operation
xfce-hkmon copied to clipboard

Hacker's Monitor for XFCE

Results 4 xfce-hkmon issues
Sort by recently updated
recently updated
newest added

https://github.com/lightful/xfce-hkmon/issues/9 I don't even know if I do C++ correctly. Never tried C++ before.

As a quick fix, I removed all `setw`, but I believe it can be done better.

It will make packaging more convenient since you do not need a git pull. Example: ``` tag=v1.03 git tag $tag -m "$tag" git push --tags ```

What happens if the vars that stores the Core.user, Core.nice, Core.system etc overflow ? The values are larger than int64 ? I guess you could get some large values on...