-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbd696d
commit 8929269
Showing
10 changed files
with
134 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# APT widget | ||
|
||
Widget which shows a list of APT packages to be updated: | ||
|
||
![screenshot](./screenshots/screenshot.gif) | ||
|
||
Features: | ||
- scrollable list !!! (thanks to this [post](https://www.reddit.com/r/awesomewm/comments/isx89x/scrolling_a_layout_fixed_flexed_layout_widget/) of reddit) | ||
- update single package | ||
- update multiple packages | ||
|
||
## Installation | ||
|
||
Clone the repo under ~/.config/awesome/ folder, then in rc.lua add the following: | ||
|
||
```lua | ||
local apt_widget = require("awesome-wm-widgets.apt-widget.apt-widget") | ||
|
||
... | ||
s.mytasklist, -- Middle widget | ||
{ -- Right widgets | ||
layout = wibox.layout.fixed.horizontal, | ||
... | ||
apt_widget(), | ||
... | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 25 additions & 25 deletions
50
experiments/apt-widget/icons/black.svg → apt-widget/icons/black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
50 changes: 25 additions & 25 deletions
50
experiments/apt-widget/icons/orange.svg → apt-widget/icons/orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
50 changes: 25 additions & 25 deletions
50
experiments/apt-widget/icons/white-black.svg → apt-widget/icons/white-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.