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

Dynamic Display of System Info on Desktop #825

Open
Mantene opened this issue Dec 2, 2019 · 8 comments
Open

Dynamic Display of System Info on Desktop #825

Mantene opened this issue Dec 2, 2019 · 8 comments
Labels
Idea-New PowerToy Suggestion for a PowerToy

Comments

@Mantene
Copy link

Mantene commented Dec 2, 2019

Summary of the new feature/enhancement

There is a tool in Sysinternals called BGInfo. It works... kind of. It is rather outdated and clunky. It would be nice to have a powertoy that allowed us to add dynamic system information to the desktop background. Something that updated periodically.

For example, it might be useful to see the memory usage, drive free space, ip address, logged-in user, and maybe the cpu usage at a glance on the desktop.

@crutkas crutkas added the Idea-New PowerToy Suggestion for a PowerToy label Dec 2, 2019
@crutkas
Copy link
Member

crutkas commented Dec 2, 2019

#834 would be something also we could display.

@DanEdens
Copy link

DanEdens commented Dec 3, 2019

IMO It's not exactly in the scope of this project.
It's very do-able with already established programs such as Rainmeter.
BGinfo doesn't update dynamically and I'd bet that's why it wasn't worth maintaining.
Rainmeter is fairly advanced compared to that method, and is maintained. Lua is a great platform to accomplish this on. Fast, lightweight and growing rapidly as a language.

I can help point you in the right direction on editing skins to suit your needs if you want, but there is a vast array of templates to play with.
You can read about measures here: 'https://docs.rainmeter.net/manual/measures/'

lol Really you could just use imagemagick cli to overlay env variables onto your wallpaper and reload the image. I might have to play with that idea a bit.

@crutkas
Copy link
Member

crutkas commented Dec 5, 2019

that is a good question, is rainmeter a fantastic product and we should just point at that in our readme?

@DanEdens
Copy link

DanEdens commented Dec 5, 2019

I believe one of the most important concepts in coding is to "stand on the backs of Giants". Trying to reinvent every wheel on every platform bogs down your progression. Truly just trying to help tho.

It might drive me a bit crazy when every question I see asked on stack is immediately followed with "duplicate question: lol bye" but it only hurts because they aren't wrong.

@Mantene
Copy link
Author

Mantene commented Dec 9, 2019

I would prefer not to run rainmeter - it seems to have to run constantly. However, @DanEdens, your suggestion of using imagemagick is actually fantastic! Thank you! Feel free to close this if it isn't going to add to this project. I am going to run with your suggestion!

@DanEdens
Copy link

DanEdens commented Dec 9, 2019

I'd be interested in seeing what comes of it! Tag me if you post anything in future. Cheers

@Jay-o-Way
Copy link
Collaborator

At quick look related to #3096

@crutkas
Copy link
Member

crutkas commented Sep 9, 2020

This would be the implementation of the feature from #1354 and #3096 is basically asking for more sysinternal items to be open sourced. different but same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-New PowerToy Suggestion for a PowerToy
Projects
None yet
Development

No branches or pull requests

4 participants