mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 04:58:00 +02:00
An example in the script.plymouth shows a value being set. These values are then present at the first execution of the script set in the global scope.
11 lines
241 B
Text
11 lines
241 B
Text
[Plymouth Theme]
|
|
Name=Script
|
|
Description=Script example plugin.
|
|
ModuleName=script
|
|
|
|
[script]
|
|
ImageDir=@PLYMOUTH_THEME_PATH@/script
|
|
ScriptFile=@PLYMOUTH_THEME_PATH@/script/script.script
|
|
|
|
[script-env-vars]
|
|
example_env_var=example env var value
|