mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 09:53:13 +00:00
21 lines
440 B
Markdown
21 lines
440 B
Markdown
# Script: info-wifionice
|
|
|
|
This script shows some information about the current ICE train of Deutsche Bahn. It requests the data from the local information portal and was obviously hacked in a train.
|
|
|
|
![info-wifionice](screenshots/1.png)
|
|
|
|
|
|
## Dependencies
|
|
|
|
* You have to be logged in to the local SSID `WIFIonICE`.
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-wifionice]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-wifionice.sh
|
|
interval = 10
|
|
```
|