summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/T430.lua3
-rw-r--r--hosts/T495.lua3
-rw-r--r--hosts/libreX60.lua1
3 files changed, 0 insertions, 7 deletions
diff --git a/hosts/T430.lua b/hosts/T430.lua
deleted file mode 100644
index c268fca..0000000
--- a/hosts/T430.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-local bar_widgets = require("bar")
-
-bar_widgets.temp.file = "/sys/class/hwmon/hwmon0/temp1_input"
diff --git a/hosts/T495.lua b/hosts/T495.lua
deleted file mode 100644
index 0615b5c..0000000
--- a/hosts/T495.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-local bar_widgets = require("bar")
-
-bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input"
diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua
index af69c6a..3beb841 100644
--- a/hosts/libreX60.lua
+++ b/hosts/libreX60.lua
@@ -8,4 +8,3 @@ beautiful.font_sans = beautiful.font_mono
local bar_widgets = require("bar")
bar_widgets.textclock.format = "%a, %b %-e, %-H:%M"
-bar_widgets.temp.file = "/sys/class/thermal/thermal_zone0/temp"