forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_hddtemp
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin contacts an hddtemp daemon to return the temperature of a drive.
Functions:
- hddtemp(id) -- connect to local hddtemp daemon (localhost:7634).
- hddtemp(host,id) -- connect to hddtemp daemon running on the given host.
- hddtemp(host,port,id) -- connect to hddtemp daemon running on the given host at a custom port.
Widget SmallHDDTemp {
class 'Text'
expression hddtemp('/dev/hda')
width 4
precision 1
align 'R'
update tick
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork