diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-19 10:19:34 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-19 10:19:34 +0200 |
| commit | 0c54892115b7d3458455d64819a475fdd7ef7651 (patch) | |
| tree | 7427171ac881629801ccd793faed10519dcc8bae /widgets/calendar.lua | |
| parent | d975c14645554cfbe9ba1d8c9279f51bd8407673 (diff) | |
| download | conky-theme-udt-0c54892115b7d3458455d64819a475fdd7ef7651.tar.gz conky-theme-udt-0c54892115b7d3458455d64819a475fdd7ef7651.zip | |
The Slackware card's big value gave no hint it was the slackpkg ChangeLog
age. Add a small line under the title naming it.
The calendar's weekday initials were English. Use the Italian single-letter
form, matching the card's already-Italian breaktimer labels.
Diffstat (limited to 'widgets/calendar.lua')
| -rw-r--r-- | widgets/calendar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/calendar.lua b/widgets/calendar.lua index da173c9..11dcb63 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -29,7 +29,7 @@ local COLOUR_ROLE = { ['brown'] = 'warning', } -local WEEKDAYS = { 'M', 'T', 'W', 'T', 'F', 'S', 'S' } +local WEEKDAYS = { 'L', 'M', 'M', 'G', 'V', 'S', 'D' } local M = {} |
