aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/calendar.lua
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-19 10:19:34 +0200
committerDanilo M. <danix@danix.xyz>2026-09-19 10:19:34 +0200
commit0c54892115b7d3458455d64819a475fdd7ef7651 (patch)
tree7427171ac881629801ccd793faed10519dcc8bae /widgets/calendar.lua
parentd975c14645554cfbe9ba1d8c9279f51bd8407673 (diff)
downloadconky-theme-udt-master.tar.gz
conky-theme-udt-master.zip
feat: label the Slackware age and use Italian weekday initialsHEADmaster
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.lua2
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 = {}