blob: 08dcec067ff997605b751f104868efc80413e906 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|