1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

feat(tray): image support in menu items

This commit is contained in:
Jake Stanger 2024-11-08 01:37:14 +00:00
parent fb1799531b
commit 662ddb6946
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 78 additions and 11 deletions

View file

@ -68,7 +68,7 @@ notifications = ["zbus"]
sys_info = ["sysinfo", "regex"]
tray = ["system-tray"]
tray = ["system-tray", "png"]
upower = ["upower_dbus", "zbus", "futures-lite"]