a bunch of stuff, including upgrade to wayland and ndi streaming to imac

This commit is contained in:
Sebastian Moser
2025-01-12 18:50:01 +01:00
parent cfd9bfccbd
commit 40f190de88
29 changed files with 1813 additions and 55 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
export XDG_RUNTIME_DIR="/run/user/$(id -u $SENDER_USER)"
export WAYLAND_DISPLAY="wayland-0"
ALERT_SCRIPT="sudo ./keyboard_alert.sh 2"
status=$1
if [[ $status -eq 0 ]]; then
dunstctl close-all
notify-send "No mommy put it back pwp" -u low
$ALERT_SCRIPT
else
dunstctl close-all
notify-send "Thank you for plugging me mommy ~" -u low
$ALERT_SCRIPT
fi