mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
14 lines
210 B
Markdown
14 lines
210 B
Markdown
|
# Script: updates-flatpak
|
||
|
|
||
|
A script that shows if there are updates for FlatPak.
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/updates-flatpak]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/updates-flatpak.sh
|
||
|
interval = 600
|
||
|
```
|