-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Temperature indicator #244
Comments
Hello @dessalines 👋 Since this configuration is cross platform, a temperature segment would have to work for Windows, Linux, macOS, FreeBSD, OpenBSD, ... In the meantime I'm sure you discovered you can add that to your own |
I did, thanks. It might be useful for anyone who does a search for temperature wanting to add this. Have you considered adding commented out sections, or readme additions for useful things like this? It might be helpful for others wanting to do the same for linux. |
Well, commented out sections or mentions in The next thing people will do is opening an issue and ask me how they can achieve the same as X on Y 😅 |
I leave it to your discretion. If it were me, I'd use the readme, and add sections for |
The difference with the weather example is that it's As such it doesn't take support effort from my part. |
I'm glad I found this comment, it led me to figuring out how to include temp on my Raspberry Pi 4. It could probably be done more elegantly, but here's how I did it: Saved that to /home/pi as temp.sh, made it executable, then in .tmux.conf.local adapted what was above: LOL, yes, I know, ugh, Farhenheit. ;) |
I found a really good, easy way to do a temperature indicator:
#(acpi -tf | cut -d " " -f 4)°F
This could be added.
The text was updated successfully, but these errors were encountered: