diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/polybar/focus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/focus b/.config/polybar/focus index 17c9862..fdf2f30 100755 --- a/.config/polybar/focus +++ b/.config/polybar/focus | |||
@@ -24,7 +24,7 @@ my ($stdout, $stderr, $success, $exit_code) = capture_exec("task custom_focus"); | |||
24 | # print("out: $stdout\nerr: $stderr\nexit_code: $exit_code\n"); | 24 | # print("out: $stdout\nerr: $stderr\nexit_code: $exit_code\n"); |
25 | 25 | ||
26 | if ($stderr =~ /No matches\./) { | 26 | if ($stderr =~ /No matches\./) { |
27 | system 'echo "What a beautiful day"'; | 27 | system 'echo "The Semester of Attention"'; |
28 | exit; | 28 | exit; |
29 | } | 29 | } |
30 | my $active_task_maybe = $stdout; | 30 | my $active_task_maybe = $stdout; |