Skip to content

Commit

Permalink
deprecate Pacman in favor of CheckUpdates
Browse files Browse the repository at this point in the history
per #664
  • Loading branch information
tych0 committed May 15, 2015
1 parent 579e040 commit f03ae73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libqtile/widget/pacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Pacman(base.ThreadedPollText):
]

def __init__(self, **config):
base.deprecated("Pacman is deprecated, please use CheckUpdates")
base.ThreadedPollText.__init__(self, **config)
self.add_defaults(Pacman.defaults)

Expand Down

0 comments on commit f03ae73

Please sign in to comment.