diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
commit | 79d6b6e09fc03d1b4699353a4a41856a977709ca (patch) | |
tree | eb4cf3eef1a26e6551e7046febeeae30531833ce /.local/bin/dwmbar | |
parent | adcb6518d48ab41b26aeba77b3d0147d24dc287d (diff) |
Update yadm hooks to update dwmblocks
Diffstat (limited to '.local/bin/dwmbar')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dwmbar/dwmb-dotfiles b/.local/bin/dwmbar/dwmb-dotfiles index 1138929..5d064c1 100755 --- a/.local/bin/dwmbar/dwmb-dotfiles +++ b/.local/bin/dwmbar/dwmb-dotfiles @@ -29,4 +29,4 @@ case "$status" in *D*) icon=" " ;; esac -printf " %s" "$icon" +printf " %s " "$icon" |