Advertisement
helenaryuu

textclock_with_seconds_widget_awesome

Dec 12th, 2012
1,357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. -- Textclock widget
  2. mytextclock = awful.widget.textclock({ align = "right" }, "%a %d %b, %H:%M:%S", 1)
  3. -- Show calendar
  4. calendar2.addCalendarToWidget(mytextclock)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement