From a28c1f1239cba49da1f38aac4bba76fd110994fd Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 22 May 2024 18:36:49 +0100 Subject: doc nits --- doc/plugins.org | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/plugins.org b/doc/plugins.org index e5bf42a..3433df3 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -1351,22 +1351,18 @@ the display of those numeric fields. - Default template: =Up: d h m= -*** =ArchUpdates' (Zero, One, Many) Rate= - - Aliases to =arch= - - - =Zero=: a =String= for when the system is up to date. - - - =One=: a =String= for when only one update is available. - - - =Many=: a =String= for when several updates are available; it must contain a =?= - character as a placeholder for the number of updates. +*** =ArchUpdates (Zero, One, Many) Rate= + - Aliases to =arch= + - =Zero=: a =String= to use when the system is up to date. + - =One=: a =String= to use when only one update is available. + - =Many=: a =String= to use when several updates are available; it must contain + a =?= character as a placeholder for the number of updates. - Example: - In a plain configuration file: #+begin_src haskell - ArchUpdates' ("up to date", - "1 update, - "? updates") + ArchUpdates ("up to date", + "1 update, + "? updates") 600 #+end_src * Interfacing with window managers -- cgit v1.2.3