changed repo checker to check if repo is clean or nah

This commit is contained in:
voidarclabs
2026-01-22 13:10:38 +00:00
parent 05200a66d2
commit c40d7d062a

View File

@@ -6,7 +6,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps
exec-once = way-edges # Screen Edge Shell exec-once = way-edges # Screen Edge Shell
exec-once = waybar # System bar exec-once = waybar # System bar
exec-once = sleep 10 && curl -X POST -H "Content-Type: application/json" -d "{\"ref\":\"$(git -C ~/.dotfiles rev-parse HEAD)\"}" https://n8n.voidarc.co.uk/webhook/config-checker # check if config is up to date exec-once = sleep 10 && curl -X POST -H "Content-Type: application/json" -d "{\"ref\":\"$(git -C ~/.dotfiles rev-parse HEAD)\", \"status\":\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\"}" https://n8n.voidarc.co.uk/webhook/config-checker # check if config is up to date
exec-once = elephant # Data for Walker exec-once = elephant # Data for Walker
exec-once = walker --gapplication-service # make walker faster exec-once = walker --gapplication-service # make walker faster
exec-once = swaync # Notifications exec-once = swaync # Notifications