Silence sxbm_sync output to prevent issue with dmenu

This commit is contained in:
2025-10-12 15:19:20 +02:00
parent 38eb38a483
commit 8698a1ce27

View File

@ -4,5 +4,7 @@ set -eu
sxbm_orig "$@"
cd ~/.local/share/sxbm
git add bookmarks
git commit -m "Auto-update bookmarks on $(date)"
git push
if ! git diff --cached --quiet; then
git commit -q -m "Auto-update bookmarks on $(date)"
git push -q
fi