Created
April 8, 2019 14:15
-
-
Save wimstefan/9290a9909761bea129d03cee72dc33b2 to your computer and use it in GitHub Desktop.
Awesome wm awful.widget.calendar_popup.month customization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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