summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/desktop/i3status-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/desktop/i3status-wrapper b/scripts/desktop/i3status-wrapper
index 429af7b0..b8e65dae 100755
--- a/scripts/desktop/i3status-wrapper
+++ b/scripts/desktop/i3status-wrapper
@@ -133,8 +133,8 @@ unless (fork // warn "couldn't fork monitoring loop") {
# Ticks
elsif ($e->{payload} && $e->{payload} eq "i3status-wrapper-ign") {
# Ignore everything until tick telling us to unignore.
- # Thread that sent the ignore is responsible for updating data
- # structures in the meantime.
+ # Forked child that sent the ignore is responsible for
+ # updating data structures in the meantime.
while (my $next = <$events>) {
last if $next->{payload}
&& $next->{payload} eq "i3status-wrapper-unign";