summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run
diff options
context:
space:
mode:
authorEnrico Maria De Angelis <enricomaria.dean6elis@gmail.com>2026-02-28 08:51:16 +0100
committerEnrico Maria De Angelis <enricomaria.dean6elis@gmail.com>2026-02-28 09:05:11 +0100
commit39fd70308c3aef5402abe7152ade76ff7bb331bb (patch)
treed4f1e202d97d75f55a8980ffc3989379ecf28ffa /src/Xmobar/Run
parent50ed21ea8cde2402d8ed139eb0c63f23826f1b1a (diff)
downloadxmobar-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 'src/Xmobar/Run')
-rw-r--r--src/Xmobar/Run/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar/Run/Types.hs b/src/Xmobar/Run/Types.hs
index bb573c8..6b51b2d 100644
--- a/src/Xmobar/Run/Types.hs
+++ b/src/Xmobar/Run/Types.hs
@@ -19,7 +19,7 @@
module Xmobar.Run.Types(runnableTypes) where
import {-# SOURCE #-} Xmobar.Run.Runnable()
-import Xmobar.Plugins.ArchUpdates
+import Xmobar.Plugins.PacmanUpdates
import Xmobar.Plugins.Command
import Xmobar.Plugins.Monitors
import Xmobar.Plugins.Date
@@ -60,7 +60,7 @@ infixr :*:
runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*:
BufferedPipeReader :*: CommandReader :*: StdinReader :*:
XMonadLog :*: EWMH :*: Kbd :*: Locks :*: NotmuchMail :*:
- ArchUpdates :*:
+ PacmanUpdates :*:
#ifdef INOTIFY
Mail :*: MBox :*:
#endif