Skip to content

Commit c9c499f

Browse files
committed
docs: update README with AUR feature
1 parent b751ee8 commit c9c499f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# waybar module for Arch to show system updates available
22

3+
Shows updates from official repositories and AUR packages.
4+
35
![screenshot](/screenshot.png)
46

57
![](https://img.shields.io/aur/version/waybar-module-pacman-updates-git)
@@ -19,6 +21,7 @@
1921
- This module has 2 states which gives you the ability to display different icons depending on status.
2022
- Waybar expects JSON in an infinite loop from modules. So we have this.
2123
- See updates list in tooltip.
24+
- **NEW**: Includes AUR packages updates (uses `pacman -Qm` + AUR API, no AUR helper required).
2225

2326
This small program will give you fast updates with less network usage. After you have installed all the updates, the module will immediately go into the Updated state. You don't need to send signals to waybar to update this module state.
2427

@@ -49,7 +52,7 @@ This small program will give you fast updates with less network usage. After you
4952

5053
`--interval-seconds` - interval to run checkupdates without network usage.
5154

52-
`--network-interval-seconds` - interval to run checkupdates with network usage.
55+
`--network-interval-seconds` - interval to run checkupdates and AUR updates with network usage.
5356

5457
`--tooltip-align-columns` - format tooltip as a table using given monospaced font.
5558

0 commit comments

Comments
 (0)