blob: 13f2d8b615af1dca83ecb5e41f9bb81415835d04 (
plain)
1
2
3
4
5
6
7
8
|
local wibox = require("wibox")
local bar_widgets = require("bar")
local beautiful = require("beautiful")
bar_widgets.textclock.format = "%a, %b %-e, %-H:%M"
bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input"
beautiful.font = beautiful.font_sans = beautiful.font_mono
|