Skip to content

Commit

Permalink
Changed minimal urgency to Normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Alberts committed Feb 14, 2024
1 parent d04d586 commit 2204126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3_notify_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async fn run(
refresh_rate: u64,
) {
let (system_command_tx, system_command_rx) = std::sync::mpsc::channel();
let minimal_urgency = Arc::new(RwLock::new(MinimalUrgency::All));
let minimal_urgency = Arc::new(RwLock::new(MinimalUrgency::Normal));

let mut component_manager = ComponentManagerBuilder::new()
.with_click_events(true)
Expand Down

0 comments on commit 2204126

Please sign in to comment.