summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/polybar/focus2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/polybar/focus b/.config/polybar/focus
index 89347d1..849a440 100755
--- a/.config/polybar/focus
+++ b/.config/polybar/focus
@@ -21,8 +21,6 @@ use IO::CaptureOutput qw/capture_exec/;
21 21
22my ($stdout, $stderr, $success, $exit_code) = capture_exec("task custom_focus"); 22my ($stdout, $stderr, $success, $exit_code) = capture_exec("task custom_focus");
23 23
24# print("out: $stdout\nerr: $stderr\nexit_code: $exit_code\n");
25
26if ($stderr =~ /No matches\./) { 24if ($stderr =~ /No matches\./) {
27 system 'echo "${SEMESTER_THEME}"'; 25 system 'echo "${SEMESTER_THEME}"';
28 exit; 26 exit;