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.lua9
3 files changed, 7 insertions, 8 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 294c1a1..3beb841 100644
--- a/hosts/libreX60.lua
+++ b/hosts/libreX60.lua
@@ -1,5 +1,10 @@
-local wibox = require("wibox")
+local beautiful = require("beautiful")
+
+beautiful.font_mono = "Tamzen 8"
+beautiful.font_mono_bold = "Tamzen, bold 8"
+beautiful.font = beautiful.font_mono
+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/hwmon/hwmon2/temp1_input"