2024-01-28 16:37:10 -06:00

20 lines
235 B
Markdown

# Script: ticker-forex
A small script that displays current exchange rates.
## Dependencies
* `curl`
* `jq`
## Module
```ini
[module/ticker-forex]
type = custom/script
exec = ~/polybar-scripts/ticker-forex.sh
interval = 600
```