17 lines
1014 B
Bash
17 lines
1014 B
Bash
# Entertainment plugin defaults — used by 'pos entertainment send <plugin>'
|
|
# Copied to ~/.config/linux_post_install/entertainment.env on install (no clobber).
|
|
# Edit this file to set your location, then run: pos entertainment send weather --print
|
|
#
|
|
# Syntax:
|
|
# ENABLED="weather, 5m gold, 1h" # auto-trigger plugins; comma-separated
|
|
# # 'plugin, interval' pairs. Intervals:
|
|
# # 5m 10m 15m 30m 45m hourly 2h 6h 12h
|
|
# # daily weekly, or OnCalendar=...
|
|
# WEATHER_LAT=<latitude> # required for the weather plugin, e.g. 52.52
|
|
# WEATHER_LON=<longitude> # required for the weather plugin, e.g. 13.41
|
|
# WEATHER_CITY=<label> # optional, shown in the message, e.g. Berlin
|
|
#
|
|
# Manage auto-triggers with: pos entertainment enable|disable|status
|
|
# Inspect/edit keys with: pos entertainment config {get|set|unset|ls|edit}
|
|
# Last-run state per plugin: ~/.local/share/linux_post_install/entertainment/last/
|