diff options
Diffstat (limited to 'bar.lua')
-rw-r--r-- | bar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ local widgets = { wibox.widget.textbox "CPU: ", widget_cpu_usage, wibox.widget.textbox "% ", - widget_temperature "/sys/class/hwmon/hwmon2/temp1_input", + widget_temperature "/sys/class/hwmon/hwmon2/temp1_input", -- FIXME wibox.widget.textbox "°", }, ram = { |