59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"id": "d06f0d4d-2cd5-4ede-8de9-598629438c6e",
|
|
"snapshot": "chrome",
|
|
"instruction": "Can you change the color of the volume slider to black-ish color? I often use the player in a low-light environment, and a darker color scheme would be less straining on my eyes, especially during nighttime usage.",
|
|
"source": "https://superuser.com/questions/1039392/changing-colour-of-vlc-volume-slider",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": "vlc"
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"python",
|
|
"-c",
|
|
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"vlc"
|
|
],
|
|
"evaluator": {
|
|
"postconfig": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"pkill",
|
|
"vlc"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": "vlc"
|
|
}
|
|
}
|
|
],
|
|
"func": "check_qt_slider_colours",
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"type": "blackish"
|
|
}
|
|
},
|
|
"result": {
|
|
"type": "vlc_config",
|
|
"dest": "vlcrc"
|
|
}
|
|
}
|
|
}
|