diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-09 17:20:12 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-09 17:20:12 -0600 |
commit | 25013359a29e76693e908af1395ae31b0cf15c26 (patch) | |
tree | 42f137b4892145ff76e2170328bbe9e67d96ad91 | |
parent | 44bf7c5fb71733791f0bf7d07ee118ddd6749e56 (diff) | |
download | awesome-25013359a29e76693e908af1395ae31b0cf15c26.tar.xz awesome-25013359a29e76693e908af1395ae31b0cf15c26.zip |
add T495 temp
-rw-r--r-- | hosts/T495.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/T495.lua b/hosts/T495.lua new file mode 100644 index 0000000..0615b5c --- /dev/null +++ b/hosts/T495.lua @@ -0,0 +1,3 @@ +local bar_widgets = require("bar") + +bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input" |