mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
refactor(hyprland): improve logging
This commit is contained in:
parent
42e18da126
commit
8cdbe7e083
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,7 @@ impl Client {
|
||||||
{
|
{
|
||||||
Self::send_focus_change(&mut prev_workspace, workspace, &tx);
|
Self::send_focus_change(&mut prev_workspace, workspace, &tx);
|
||||||
} else {
|
} else {
|
||||||
error!("Unable to locate workspace");
|
error!("unable to locate workspace: {workspace_name}");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -154,6 +154,7 @@ impl Client {
|
||||||
|
|
||||||
event_listener.add_workspace_rename_handler(move |data| {
|
event_listener.add_workspace_rename_handler(move |data| {
|
||||||
let _lock = lock!(lock);
|
let _lock = lock!(lock);
|
||||||
|
debug!("Received workspace rename: {data:?}");
|
||||||
|
|
||||||
send!(
|
send!(
|
||||||
tx,
|
tx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue