diff options
| author | Yigit Sever | 2020-11-26 15:55:53 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-11-26 15:55:53 +0300 |
| commit | e9dd57f6f1c68cda2ae257ef7544b522b3eb5492 (patch) | |
| tree | 9d731ce3971a960bd26f809f1a7608bbccd17556 /.config/polybar | |
| parent | 40beaf33d8bce6c9d3297745a7f664d6ed42c961 (diff) | |
| download | dotfiles-e9dd57f6f1c68cda2ae257ef7544b522b3eb5492.tar.gz dotfiles-e9dd57f6f1c68cda2ae257ef7544b522b3eb5492.tar.bz2 dotfiles-e9dd57f6f1c68cda2ae257ef7544b522b3eb5492.zip | |
clear print from focus script
Diffstat (limited to '.config/polybar')
| -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; |
