Compare commits

..

2 Commits

Author SHA1 Message Date
Gil Portenseigne f01f16b2b3 Stoneshard save 2026-08-02 14:07:58 2026-08-02 14:07:58 +02:00
Gil Portenseigne 84ccef36c2 Stoneshard save 2026-08-02 13:52:05 2026-08-02 13:52:05 +02:00
11 changed files with 24 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,6 +0,0 @@
[Desktop Entry]
Name=sxhkd
Comment=Simple X hotkey daemon
Exec=/usr/bin/sxhkd
Terminal=false
Type=Application

View File

@ -0,0 +1,14 @@
#!/bin/sh
SAVE_DIR="$HOME/.config/StoneShard"
# Pull latest save before starting
yadm pull --rebase
# Start the game
"/home/gil/GOG Games/Stoneshard/start.sh"
# Commit and push after the game closes
yadm add -A $SAVE_DIR
yadm commit -m "Stoneshard save $(date '+%Y-%m-%d %H:%M:%S')" || true
yadm push

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Stoneshard
Comment=Lancer Stoneshard
Icon=/home/gil/GOG Games/Stoneshard/support/icon.png
Exec=/home/gil/.local/bin/stoneshard
Path=/home/gil/GOG\ Games/Stoneshard
Terminal=false
Categories=Game;