18 lines
320 B
Markdown
18 lines
320 B
Markdown
# Script: info-pingrtt
|
|
|
|
A script that displays a ping result. It also shows a colored icon.
|
|
|
|

|
|

|
|

|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-pingrtt]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-pingrtt.sh
|
|
interval = 10
|
|
```
|