Skip to content

Commit fae157f

Browse files
committed
pulse: add is_source_monitor to custom ipc cmd
1 parent fae1f75 commit fae157f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bar_items/pulse/custom.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ impl InOut {
108108
"mute": self.mute,
109109
"ports": self.ports.iter().map(|p| p.to_value()).collect::<Vec<_>>(),
110110
"active_port": self.active_port.as_ref().map_or(Value::Null, |p| p.to_value()),
111+
"is_source_monitor": self.is_source_monitor,
111112
})
112113
}
113114
}

0 commit comments

Comments
 (0)