649 B
649 B
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(),
...