diff --git a/.config/systemd/user/backupGames.service b/.config/systemd/user/backupGames.service index 4e954043..552751d8 100644 --- a/.config/systemd/user/backupGames.service +++ b/.config/systemd/user/backupGames.service @@ -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