diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-11-22 14:49:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 14:49:28 -0500 |
commit | 187393e40088a07dbd8c7e110b8a9ac4ee2915a7 (patch) | |
tree | 39c35e1919af8e76aae7d3d9ad9d7c1dcd3574d7 /calendar-widget/README.md | |
parent | 207ad20d7233992a4ad11cb22f77fb76ba8c02a4 (diff) | |
parent | 907a7c15fa414f44adb295fd8bd7163cb86582d9 (diff) |
Merge pull request #216 from tasmo/main
[calendar] Add theme from local config
Diffstat (limited to 'calendar-widget/README.md')
-rw-r--r-- | calendar-widget/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar-widget/README.md b/calendar-widget/README.md index c30fef6..77b8fe7 100644 --- a/calendar-widget/README.md +++ b/calendar-widget/README.md @@ -9,10 +9,11 @@ Calendar widget for Awesome WM - slightly improved version of the `wibox.widget. | Name | Screenshot | |---|---| - |nord (default) | ![nord_theme](./nord.png) | + | nord (default) | ![nord_theme](./nord.png) | | outrun | ![outrun_theme](./outrun.png) | | light | ![outrun_theme](./light.png) | | dark | ![outrun_theme](./dark.png) | + | naughty (default) | from local theme | - setup widget placement @@ -45,6 +46,7 @@ local cw = calendar_widget() local cw = calendar_widget({ theme = 'outrun', placement = 'bottom_right' + radius = 8 }) mytextclock:connect_signal("button::press", function(_, _, _, button) |