08f4f7efcc
before: apt list --upgradeable Auflistung... Fertig initramfs-tools-bin/focal-updates 0.136ubuntu6.7 amd64 [aktualisierbar von: 0.136ubuntu6.6] after: LC_ALL=c apt list --upgradeable Listing... Done initramfs-tools-bin/focal-updates 0.136ubuntu6.7 amd64 [upgradable from: 0.136ubuntu6.6] |
||
---|---|---|
.. | ||
icons | ||
screenshots | ||
README.md | ||
apt-widget.lua |
README.md
APT widget
Widget which shows a list of APT packages to be updated:
Features:
- scrollable list !!! (thanks to this post of reddit)
- update single package
- update multiple packages
Installation
Clone the repo under ~/.config/awesome/ folder, then in rc.lua add the following:
local apt_widget = require("awesome-wm-widgets.apt-widget.apt-widget")
...
s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
...
apt_widget(),
...