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:
parent
de98cf3dae
commit
96323801d9
4 changed files with 22 additions and 148 deletions
|
@ -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>)>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue