mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-04 16:03:13 +00:00
27 lines
627 B
Markdown
27 lines
627 B
Markdown
|
# Script: updates-arch-combined
|
||
|
|
||
|
A script that shows if there are updates for Arch Linux and AUR updates.
|
||
|
|
||
|
See also [updates-arch](../updates-arch) and [updates-arch-aur](../updates-arch-aur).
|
||
|
|
||
|
![updates-arch-combined](screenshots/1.png)
|
||
|
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
* `pacman-contrib`
|
||
|
|
||
|
The possibilities depend on your AUR helper. Not all helpers can report the pending updates.
|
||
|
|
||
|
At the moment `yay`, `trizen`, `pikaur` and `cower` are documented. Take a look at the script to see how it works.
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/updates-arch-combined]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/updates-arch-combined.sh
|
||
|
interval = 600
|
||
|
```
|