blob: af69c6abe68a2231f2dc70f2a552c6758fd85b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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/thermal/thermal_zone0/temp"
|