khaln_cron (303B)
1 #!/bin/sh 2 pid=$(pgrep -u "$(id -u)" -x river | head -1) 3 4 if [ -n "$pid" ]; then 5 DBUS_SESSION_BUS_ADDRESS=$(tr '\0' '\n' </proc/"$pid"/environ | grep '^DBUS_SESSION_BUS_ADDRESS=' | cut -d= -f2-) 6 export DBUS_SESSION_BUS_ADDRESS 7 fi 8 9 WAYLAND_DISPLAY=wayland-1 DISPLAY=:0 /home/miro/bin/khal_notifier "$@"