You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This module has 2 states which gives you the ability to display different icons depending on status.
20
22
- Waybar expects JSON in an infinite loop from modules. So we have this.
21
23
- See updates list in tooltip.
24
+
-**NEW**: Includes AUR packages updates (uses `pacman -Qm` + AUR API, no AUR helper required).
22
25
23
26
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.
24
27
@@ -49,7 +52,7 @@ This small program will give you fast updates with less network usage. After you
49
52
50
53
`--interval-seconds` - interval to run checkupdates without network usage.
51
54
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.
53
56
54
57
`--tooltip-align-columns` - format tooltip as a table using given monospaced font.
0 commit comments