summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2020-11-26 15:55:53 +0300
committerYigit Sever2020-11-26 15:55:53 +0300
commite9dd57f6f1c68cda2ae257ef7544b522b3eb5492 (patch)
tree9d731ce3971a960bd26f809f1a7608bbccd17556 /.config/polybar
parent40beaf33d8bce6c9d3297745a7f664d6ed42c961 (diff)
downloaddotfiles-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/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;