mirror of
https://github.com/kageurufu/steamdeck_startup_animations.git
synced 2024-11-06 02:45:10 +01:00
12 lines
277 B
Desktop File
12 lines
277 B
Desktop File
[Unit]
|
|
Description=Randomize deck_startup.webm after boot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/deck/homebrew/startup_animations
|
|
# ExecStartPre=/bin/sleep 30
|
|
ExecStart=/home/deck/homebrew/startup_animations/randomize_deck_startup.sh
|