feat(systemd): add notification when backing up gamesaves

This commit is contained in:
Sergio Laín 2024-06-26 12:05:44 +02:00
parent 50aeec9c41
commit bf2f7f309e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ludusavi backup --force --full-limit 3
ExecStart=/usr/bin/ludusavi backup --force --full-limit 3 && notify-send "Gamesaves Backup Complete" -i ~/.local/share/icons/Catppuccin-SE/64x64@2x/apps/org.gnome.games.svg --app-name=Ludusavi
[Install]
WantedBy=default.target