diff options
Diffstat (limited to 'hosts/T430.lua')
-rw-r--r-- | hosts/T430.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/T430.lua b/hosts/T430.lua new file mode 100644 index 0000000..c268fca --- /dev/null +++ b/hosts/T430.lua @@ -0,0 +1,3 @@ +local bar_widgets = require("bar") + +bar_widgets.temp.file = "/sys/class/hwmon/hwmon0/temp1_input" |