Skip to content

Commit

Permalink
Merge pull request #21 from jlaunay/dev
Browse files Browse the repository at this point in the history
Update README for devel-updates
  • Loading branch information
savely-krasovsky authored Dec 26, 2023
2 parents aa5b017 + ee62caa commit b12e7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Tiny Waybar module to check Arch Linux updates from official repositories and AU
- Sends notifications about updates.
- Supports GNU gettext localization (contribute new po-files!)
- Checks updates from AUR using Aurweb RPC, so works independently.
- Can check for development packages upstream changes (see -d [options](#command-line-options))
- Shows updates in the tooltip.
- Supports two states: `pending-updates` and `updated` to use different icons or hide module.
- Uses infinite loop to supply Waybar JSON updates.
Expand All @@ -25,6 +26,7 @@ Tiny Waybar module to check Arch Linux updates from official repositories and AU
- curl
- jq
- libnotify
- git (if using --devel [option](#command-line-options))

## Usage

Expand Down Expand Up @@ -79,6 +81,7 @@ The following options are available:
- `-i, --interval`: Interval between checks (default: 6 seconds)
- `-c, --cycles`: Cycles between online checks (e.g. 6s * 600 cycles = 3600s = 1h between online checks) (default: 600 cycles)
- `-l, --packages-limit`: Maximum number of packages to be shown in notifications and tooltip (default: 10)
- `-d, --devel`: Also check for development packages upstream changes (default:disabled)


## Localization
Expand Down

0 comments on commit b12e7df

Please sign in to comment.