aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/user/battery-notify.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/user/battery-notify.service')
-rw-r--r--systemd/user/battery-notify.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/user/battery-notify.service b/systemd/user/battery-notify.service
new file mode 100644
index 0000000..9d7fff5
--- /dev/null
+++ b/systemd/user/battery-notify.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Battery notification daemon
+PartOf=graphical-session.target
+
+[Service]
+Type=simple
+ExecStart=/home/leonardo/bin/battery-notify.sh
+
+[Install]
+WantedBy=sway-session.target
+