- from now on: pull polybar-scripts into ~/.config - any desired scripts are copied into $CHEZMOI/polybar/polybar-scripts - then, check for differences between $CHEZMOI/polybar/polybar-scripts - TODO perform these diff checks using a script
21 lines
466 B
Markdown
21 lines
466 B
Markdown
# Script: updates-aurhelper
|
|
|
|
A script that shows if there are AUR updates for Arch Linux.
|
|
|
|
|
|
## Dependencies
|
|
|
|
The possibilities depend on your AUR helper. Not all helpers can report the pending updates.
|
|
|
|
At the moment `yay`, `paru`, `trizen`, `pikaur`, `rua` and `cower` are documented. Take a look at the script to see how it works.
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/updates-aurhelper]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/updates-aurhelper.sh
|
|
interval = 600
|
|
```
|