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