Tagged “Floating Status Window”
-
Laundry Monitor – Software
The software side of LaundryMonitor is currently pretty straightforward. The C.H.I.P. runs a Node.js application that keeps track of a GPIO pin for each current switch - when the switch is closed the appliance is on and when the switch is open the appliance is off. The application exposes a websocket that applications like HomeStatusWindow can watch and messages are sent to a family Telegram channel.
Read more -
System Temperature Status Window
Next up in the "floating status window" category is SystemTemperatureStatusWindow. This one does exactly what it says on the tin - it shows various system temperature values.
Read more -
CPU Usage Status Window
Now that I've written about my FloatingStatusWindow library I can start to talk about the projects that use it. First up is the ProcessCpuUsageStatusWindow project.
Read more -
Floating Status Window
Something that shows up in a lot of my projects is my FloatingStatusWindow library. It allows the creation of something akin to a desktop widget that displays simple text and blends in with the Windows desktop. This is what several of them look like in the corner of my secondary monitor:
Read more
See all tags.