[tray] changing how the icons are retrieved

This commit is contained in:
Vinícius Moreira
2019-12-20 13:20:40 -03:00
parent bf3391f1f6
commit aa6876269f
3 changed files with 27 additions and 4 deletions

View File

@@ -42,7 +42,11 @@ updates:
check_interval: 30 # old '--check-interval'
```
- The default update checking interval is now 30 seconds
- The default update checking interval is now 30 seconds
- New tray icons loading priority:
1) Icon paths defined in **~/.config/bauh/config.yml**
2) Icons from the system with the following names: `bauh_tray_default` and `bauh_tray_updates`
3) Own packaged icons
- AppImage:
- cleaning the downloaded database files when **--reset** is passed as parameter
- environment variables **BAUH_APPIMAGE_DB_UPDATER** and **BAUH_APPIMAGE_DB_UPDATER_TIME** dropped in favor of the new configuration file located at **~/.config/bauh/appimage.yml**