diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/plugins.org | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/plugins.org b/doc/plugins.org index 5cc7e79..8ff9d7d 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -1364,26 +1364,13 @@ network error) - Example: #+begin_src haskell - ArchUpdates ("<fc=green>up to date</fc>", - "<fc=yellow>1 update</fc>, - "<fc=red>? updates</fc>", - "<fc=red>!Pacman Error!</fc>") + PacmanUpdates ("<fc=green>up to date</fc>", + "<fc=yellow>1 update</fc>, + "<fc=red>? updates</fc>", + "<fc=red>!Pacman Error!</fc>") 600 #+end_src -*** =ArchUpdates (Zero, One, Many) Rate= - - - *This plugin is deprecated. Use =PacmanUpdates= instead.* - - Aliases to =arch= - - Same As: - #+begin_src haskell - PacmanUpdates (Zero, - One, - Many, - "pacman: Unknown cause of failure.") - Rate - #+end_src - *** =makeAccordion Tuning [Runnable]= - Wraps other =Runnable= plugins and makes them all collapsible to a single string: |
