1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

build: use patched version of stray

This commit is contained in:
Jake Stanger 2023-06-17 21:29:45 +01:00
parent de98cf3dae
commit 96323801d9
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 22 additions and 148 deletions

View file

@ -1,3 +1,4 @@
use crate::unique_id::get_unique_usize;
use crate::{lock, send};
use async_once::AsyncOnce;
use color_eyre::Report;
@ -11,7 +12,6 @@ use stray::StatusNotifierWatcher;
use tokio::spawn;
use tokio::sync::{broadcast, mpsc};
use tracing::{debug, error, trace};
use crate::unique_id::get_unique_usize;
type Tray = BTreeMap<String, (Box<StatusNotifierItem>, Option<TrayMenu>)>;