1
0
Fork 0

- fixed parsing rule names.

This commit is contained in:
cage 2024-06-19 17:51:50 +02:00
parent 7d0c41eed9
commit 4924016dcf
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ note that:
- %day expands to (:day 2)
This list can be passed to misc:format-time to get a time string"
(let ((parsed (parse 'format spec)))
(let ((parsed (parse 'date-formatter-format spec)))
(loop for element in parsed collect
(cond
((string= element "%%")

View File

@ -107,7 +107,7 @@
(setf modeline-fg fg)
(setf modeline-bg bg)
(setf modeline-src (swconf:modeline-fmt key))
(setf parsed-modeline (parse 'modeline modeline-src))
(setf parsed-modeline (parse 'modeline-modeline modeline-src))
(expand-modeline-spec win))
win))