mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 03:31:03 +02:00
parent
e928b30f99
commit
dfe1964abf
14 changed files with 245 additions and 49 deletions
|
@ -79,7 +79,7 @@ impl DynamicString {
|
|||
|
||||
spawn(async move {
|
||||
script
|
||||
.run(|(out, _)| {
|
||||
.run(None, |out, _| {
|
||||
if let OutputStream::Stdout(out) = out {
|
||||
let mut label_parts = lock!(label_parts);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue