diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-14 14:24:50 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-14 14:24:50 -0400 |
commit | a9fc51d30ae06b3adcc6f89cbf4558df96ccc4ce (patch) | |
tree | 279156ab81124871ee161e6932ea402ff3c631bd | |
parent | 75de917ed4d0fa5ed473b3e3c0b18b81e2036f77 (diff) |
Auto-Update yadm waybar block
-rwxr-xr-x | .local/share/yadm/repo.git/hooks/post-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/yadm/repo.git/hooks/post-checkout b/.local/share/yadm/repo.git/hooks/post-checkout index 56d9d54..ca851eb 100755 --- a/.local/share/yadm/repo.git/hooks/post-checkout +++ b/.local/share/yadm/repo.git/hooks/post-checkout @@ -1,3 +1,3 @@ #!/bin/sh -kill -41 $(pidof dwmblocks) +kill -41 $(pidof waybar) |