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/thermal/thermal_zone0/temp"

beautiful.font = beautiful.font_mono
beautiful.font_sans = beautiful.font_mono