From fbe5454c7b90a6bebe5d3a8ba0c5f3871848bfbc Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Tue, 27 May 2025 18:00:20 +0200 Subject: [PATCH] add workspace id to hyprswitch --- examples/worf-hyprswitch/src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/worf-hyprswitch/src/main.rs b/examples/worf-hyprswitch/src/main.rs index b949984..876d559 100644 --- a/examples/worf-hyprswitch/src/main.rs +++ b/examples/worf-hyprswitch/src/main.rs @@ -64,7 +64,10 @@ impl WindowProvider { }); MenuItem::new( - format!("{} - {}", c.initial_class, c.title), + format!( + "[{}] \t {} \t {}", + c.workspace.name, c.initial_class, c.title + ), icon, None, vec![].into_iter().collect(),