Skip to content

Instantly share code, notes, and snippets.

@wimstefan
Created April 8, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wimstefan/9290a9909761bea129d03cee72dc33b2 to your computer and use it in GitHub Desktop.
Save wimstefan/9290a9909761bea129d03cee72dc33b2 to your computer and use it in GitHub Desktop.
Awesome wm awful.widget.calendar_popup.month customization
local mycalendar = awful.widget.calendar_popup.month({
margin=dpi(14),
spacing=dpi(1),
style_focus={
fg_color=beautiful.background,
bg_color="#f08693"
}
})
mycalendar:attach(mytextclock, 'tr')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment