mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
20 lines
235 B
Markdown
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
|
|
```
|