aboutsummaryrefslogtreecommitdiff
path: root/widgets/pkg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/pkg.lua')
-rw-r--r--widgets/pkg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index da4cf98..62d0ccb 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -22,7 +22,7 @@ local function worker(format, warg)
local updates = 0
local manager = {
["Arch"] = { cmd = "pacman -Qu" },
- ["Arch S"] = { cmd = "yes | pacman -Sup", sub = 2 },
+ ["Arch S"] = { cmd = "yes | pacman -Sup", sub = 1 },
["Debian"] = { cmd = "apt-show-versions -u -b" },
["Ubuntu"] = { cmd = "aptitude search '~U'" },
["Fedora"] = { cmd = "yum list updates", sub = 3 },