blob: dc146e8e23d63d4e35bba07018ad3738bd4607ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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_mono = "Tamzen 8"
beautiful.font_mono_bold = "Tamzen, bold 8"
beautiful.font = beautiful.font_mono
beautiful.font_sans = beautiful.font_mono
|