mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
22 lines
289 B
Markdown
22 lines
289 B
Markdown
# Script: ticker-crypto
|
|
|
|
A script that displays current Cryptocurrency quotes like Bitcoin.
|
|
|
|
![ticker-crypto](screenshots/1.png)
|
|
|
|
|
|
## Dependencies
|
|
|
|
* `curl`
|
|
* `jq`
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/ticker-crypto]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/ticker-crypto.sh
|
|
interval = 600
|
|
```
|