mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
anime: CLI and user-daemon work
This commit is contained in:
45
data/user-example.json
Normal file
45
data/user-example.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"anime": [
|
||||
{
|
||||
"AsusAnimation": {
|
||||
"file": "/usr/share/asusd/anime/asus/Controller.gif",
|
||||
"duration": {
|
||||
"secs": 5,
|
||||
"nanos": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ImageAnimation": {
|
||||
"file": "/usr/share/asusd/anime/sonic.gif",
|
||||
"scale": 0.9,
|
||||
"angle": 0.65,
|
||||
"translation": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"duration": {
|
||||
"secs": 5,
|
||||
"nanos": 0
|
||||
},
|
||||
"brightness": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"Image": {
|
||||
"file_path": "/usr/share/asusd/anime/doom.png",
|
||||
"scale": 0.7,
|
||||
"angle": 0.0,
|
||||
"translation": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"duration": {
|
||||
"secs": 5,
|
||||
"nanos": 0
|
||||
},
|
||||
"brightness": 0.6
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user