-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extend title screen to include additional actions (#66)
Co-authored-by: Marco Ceppi <[email protected]>
- Loading branch information
1 parent
eb6933e
commit a2fa984
Showing
4 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title: uBlue First Boot | ||
properties: | ||
mode: "run-on-change" | ||
actions: | ||
pre: | ||
post: | ||
screens: | ||
first-screen: | ||
source: yafti.screen.title | ||
values: | ||
title: "That was pretty cool" | ||
icon: "/path/to/icon" | ||
description: | | ||
Time to play overwatch | ||
final-screen: | ||
source: yafti.screen.title | ||
values: | ||
title: "All done" | ||
icon: "/path/to/icon" | ||
links: | ||
- "Gnome Software": | ||
run: /usr/bin/gnome-software | ||
description: | | ||
Thanks for installing, join the community, next steps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters