diff options
| author | Enrico Maria De Angelis <enricomaria.dean6elis@gmail.com> | 2026-02-28 08:51:16 +0100 |
|---|---|---|
| committer | Enrico Maria De Angelis <enricomaria.dean6elis@gmail.com> | 2026-02-28 09:05:11 +0100 |
| commit | 39fd70308c3aef5402abe7152ade76ff7bb331bb (patch) | |
| tree | d4f1e202d97d75f55a8980ffc3989379ecf28ffa /doc | |
| parent | 50ed21ea8cde2402d8ed139eb0c63f23826f1b1a (diff) | |
| download | xmobar-39fd70308c3aef5402abe7152ade76ff7bb331bb.tar.gz xmobar-39fd70308c3aef5402abe7152ade76ff7bb331bb.tar.bz2 | |
Remove deprecated ArchUpdates plugin
Users should have long switched to PacmanUpdates, as communicated in #723.
Furthemore, we had forgotten to list PacmanUpdates in the plugins wrappable in Runnable. Fixed now.
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: |
