chezmoi/dot_dotfiles/polybar/polybar-scripts/updates-pacman/README.md
Joachim Nielandt 11c51544b9 Removed the polybar-scripts repo from this repository.
- 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
2021-11-08 10:50:56 +01:00

19 lines
291 B
Markdown

# Script: updates-pacman
A script that shows if there are updates for pacman-based distributions like Arch Linux or Manjaro.
## Dependencies
* `pacman-contrib`
## Module
```ini
[module/updates-pacman]
type = custom/script
exec = ~/polybar-scripts/updates-pacman.sh
interval = 600
```