2024-02-22 23:57:21 -08:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
export DISPLAY=":0"
|
|
|
|
|
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
|
|
|
|
|
/home/pan/.nix-profile/bin/notify-send "$(/run/current-system/sw/bin/date +%H:%M)" -t $1
|
2024-02-27 20:47:08 -08:00
|
|
|
if [ $2 -eq 1 ]; then
|
|
|
|
|
/run/current-system/sw/bin/pw-cat --volume 0.08 -p ./chimes.ogg &
|
|
|
|
|
fi
|