Skip to content

mt-inside/polybar-lmsensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Matt Turner
Feb 6, 2024
b36918d · Feb 6, 2024

History

17 Commits
Dec 4, 2021
Feb 6, 2024
Mar 7, 2021
Mar 7, 2021
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024

Repository files navigation

polybar-lmsensors

Simple programme that prints the values of the specified lmsensors.

Checks GitHub Issues

Go Reference

Uses the lm-sensors (linux monitoring sensors) pacakge, on top of the hwmon kernel feature.

Setup

  • Install lm-sensors
    • Ubuntu: sudo apt install lm-sensors libsensors-dev
    • Arch: pacman -S lm_sensors
  • Configure lm-sensors
  • Download polybar-lmsensors, chmod 0755, and enjoy!
    • Or, with the go toolchain installed, build it manually with go get github.com/mt-inside/polybar-lmsensors

Example

Manual Execution

$ ./polybar-lmsensors -t -n -u it8688-isa-0a40/SYS_FAN2=sys k10temp-pci-00c3/Tdie
Fan sys 825/min, Temp Tdie 41°C

Polybar Config

[module/sensors-cpu]
type = custom/script
interval = 2
format-prefix = " "
exec = path/to/polybar-lmsensors -u -n -t k10temp-pci-00c3/Tdie it8688-isa-0a40/CPU_FAN=cpu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published