Merge pull request #3941 from ChaosInfinited/features/systray-custom-icons

Features/systray custom icons
This commit is contained in:
Alexis Rouillard
2025-03-28 09:46:22 +01:00
committed by GitHub
6 changed files with 74 additions and 2 deletions

View File

@ -47,7 +47,11 @@ Addressed by *tray*
```
"tray": {
"icon-size": 21,
"spacing": 10
"spacing": 10,
"icons": {
"blueman": "bluetooth",
"TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
}
}
```