Add .config/systemd/user/low-battery-warn.timer Add .config/systemd/user/timers.target.wants/low-battery-warn.timer
7 lines
105 B
Desktop File
7 lines
105 B
Desktop File
[Unit]
|
|
Description=Low Battery Warning
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=%h/.local/bin/low-battery-warn
|
|
|