summaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorIan Fan <[email protected]>2018-12-07 12:33:45 +0000
committerIan Fan <[email protected]>2018-12-31 20:40:18 +0000
commit74655f835aa9fe0e976473d443f62d253602696c (patch)
tree238835505b049fc4b0479f0fa25e2c30deb0adb6 /swaybar/meson.build
parente6cb55e2f8176b0ea8a6dbf15c728c56d8b74056 (diff)
swaybar: add StatusNotifierItem to tray
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index 85783a0f..312ca97b 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -1,6 +1,7 @@
tray_files = get_option('enable-tray') ? [
'tray/host.c',
'tray/icon.c',
+ 'tray/item.c',
'tray/tray.c',
'tray/watcher.c'
] : []