AwesomeWM configuration files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
local wibox = require('wibox') |
|
local vicious = require('../vicious') |
|
require("../modules.widget") |
|
|
|
textbox = wibox.widget.textbox() |
|
|
|
date = pill(textbox, "#2D2D2D") |
|
|
|
vicious.register(textbox, vicious.widgets.date, "%b %d, %R") |
|
|
|
return date
|
|
|