aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--widgets/pkg.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index e786099..f552b9f 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -22,7 +22,8 @@ local function worker(format, warg)
-- Initialize counters
local updates = 0
local manager = {
- ["Arch"] = { cmd = "checkupdates" },
+ ["Arch"] = { cmd = "pacman -Qu" },
+ ["Arch C"] = { cmd = "checkupdates" },
["Arch S"] = { cmd = "yes | pacman -Sup", sub = 1 },
["Debian"] = { cmd = "apt-show-versions -u -b" },
["Ubuntu"] = { cmd = "aptitude search '~U'" },