diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/polybar/focus | 2 |
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 | ||
22 | my ($stdout, $stderr, $success, $exit_code) = capture_exec("task custom_focus"); | 22 | my ($stdout, $stderr, $success, $exit_code) = capture_exec("task custom_focus"); |
23 | 23 | ||
24 | # print("out: $stdout\nerr: $stderr\nexit_code: $exit_code\n"); | ||
25 | |||
26 | if ($stderr =~ /No matches\./) { | 24 | if ($stderr =~ /No matches\./) { |
27 | system 'echo "${SEMESTER_THEME}"'; | 25 | system 'echo "${SEMESTER_THEME}"'; |
28 | exit; | 26 | exit; |