nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

habit (312B)


      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 /usr/sbin/notify-send --expire-time=0 "$@"