summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2020-01-26 14:06:02 +0300
committerYigit Sever2020-01-26 14:06:02 +0300
commit0cdc4624147ca9b7214dc79e538ac80a592e3873 (patch)
treec67028382fd8504b7f9529878c2bb62bc1e59460 /.config/polybar
parentaa9071789915fe9812400c7bc689e1741127b7bd (diff)
downloaddotfiles-0cdc4624147ca9b7214dc79e538ac80a592e3873.tar.gz
dotfiles-0cdc4624147ca9b7214dc79e538ac80a592e3873.tar.bz2
dotfiles-0cdc4624147ca9b7214dc79e538ac80a592e3873.zip
trying something new
diffstat (limited to '.config/polybar')
-rwxr-xr-x.config/polybar/focus2
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
26if ($stderr =~ /No matches\./) { 26if ($stderr =~ /No matches\./) {
27 system 'echo "What a beautiful day"'; 27 system 'echo "The Semester of Attention"';
28 exit; 28 exit;
29} 29}
30my $active_task_maybe = $stdout; 30my $active_task_maybe = $stdout;