BAUH_SYSTEM_NOTIFICATIONS

This commit is contained in:
Vinicius Moreira
2019-09-19 18:33:37 -03:00
parent 446463bddb
commit a25c5875d5
9 changed files with 31 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ In order to autostart the application, use your Desktop Environment settings to
### Settings
You can change some application settings via environment variables or arguments (type ```bauh --help``` to get more information).
- **BAUH_UPDATE_NOTIFICATION**: enable or disable system updates notifications. Use **0** (disable) or **1** (enable, default).
- **BAUH_SYSTEM_NOTIFICATIONS**: enable or disable system notifications. Use **0** (disable) or **1** (enable, default).
- **BAUH_CHECK_INTERVAL**: define the updates check interval in seconds. Default: 60.
- **BAUH_LOCALE**: define a custom app translation for a given locale key (e.g: 'pt', 'en', 'es', ...). Default: system locale.
- **BAUH_CACHE_EXPIRATION**: define a custom expiration time in SECONDS for cached API data. Default: 3600 (1 hour).