From 0f42a6b9c345739a54c240e2767b86759c80d8f8 Mon Sep 17 00:00:00 2001 From: ayushDumasia <220170107033@gmail.com> Date: Sun, 15 Sep 2024 23:27:15 +0530 Subject: [PATCH] testing --- bin/battery-alert.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/battery-alert.sh b/bin/battery-alert.sh index 0a7004b..9c76984 100755 --- a/bin/battery-alert.sh +++ b/bin/battery-alert.sh @@ -3,6 +3,9 @@ # Send a notification if the laptop battery is either low or is fully charged. # Set on a systemd timer (~/.config/systemd/user/battery-alert.timer). + + + export DISPLAY=:0 export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"