Move to UWSM

This commit is contained in:
ItsDrike 2025-02-24 22:27:49 +01:00
parent 510d01ef47
commit 3993fb896d
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
41 changed files with 79 additions and 101 deletions

View file

@ -1,13 +1,15 @@
[Unit]
Description="Show a notification when the battery is low"
Description=Show a notification when the battery is low
Requires=graphical-session.target
PartOf=graphical-session.target
[Service]
ExecStart=%h/.local/bin/scripts/gui/battery-notification
Type=oneshot
ExecStart=%h/.local/bin/scripts/gui/battery-notification
RemainAfterExit=false
Restart=on-failure
RestartSec=3s
Slice=background-graphical.slice
[Install]
WantedBy=wm-ready.target
WantedBy=graphical-session.target