swaybar: implement icon themes and lookup for tray

This commit is contained in:
Ian Fan 2018-12-06 12:51:52 +00:00
parent 02df3f67aa
commit 746600e6ed
5 changed files with 515 additions and 0 deletions

View file

@ -1,4 +1,5 @@
tray_files = get_option('enable-tray') ? [
'tray/icon.c',
'tray/tray.c',
'tray/watcher.c'
] : []