From 995f88ad980eb124d72d37956daa00323d39a81c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 22 Oct 2024 19:45:40 +0200 Subject: [PATCH 1/2] add back gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..cdf790672 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/.local/share/service/**/supervise/** From 0a665fcc539590c5593b35e4ca5f14baee57baac Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 22 Oct 2024 22:27:56 +0200 Subject: [PATCH 2/2] sb-task: sync before doing anything --- common/.local/libexec/statusbar/sb-task | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.local/libexec/statusbar/sb-task b/common/.local/libexec/statusbar/sb-task index 0e6f6b857..c6c09328b 100755 --- a/common/.local/libexec/statusbar/sb-task +++ b/common/.local/libexec/statusbar/sb-task @@ -3,6 +3,8 @@ icon=󰄵 +task sync + # get_context() { # task context show | awk "NR==1 { gsub(\"'\", \"\"); print \$2 }" # }