Silence sxbm_sync output to prevent issue with dmenu
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user