fill look and feel json
This commit is contained in:
parent
20eb5f9ab1
commit
90ee0da295
@ -2,21 +2,39 @@
|
|||||||
"look_and_feel": [
|
"look_and_feel": [
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"title": "update-pikaos-title",
|
"title": "open-pling-title",
|
||||||
"subtitle": "update-pikaos-subtitle",
|
"subtitle": "open-pling-subtitle",
|
||||||
"icon": "pika-system-software-update",
|
"icon": "pika-emblem-downloads",
|
||||||
"button": "update-pikaos-button-label",
|
"button": "launch-label",
|
||||||
"onlyin": "pika",
|
"onlyin": "",
|
||||||
"command": "echo update"
|
"command": "xdg-open https://pling.com/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"title": "update-pikaos-title",
|
"title": "open-pika-gnome-layouts-title",
|
||||||
"subtitle": "update-pikaos-subtitle",
|
"subtitle": "open-pika-gnome-layouts-subtitle",
|
||||||
"icon": "pika-system-software-update",
|
"icon": "pika-desktop",
|
||||||
"button": "update-pikaos-button-label",
|
"button": "launch-label",
|
||||||
"onlyin": "kde",
|
"onlyin": "pika",
|
||||||
"command": "echo update"
|
"command": "/usr/bin/pika-gnome-layouts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"title": "open-gnome-tweaks-title",
|
||||||
|
"subtitle": "open-gnome-tweaks-subtitle",
|
||||||
|
"icon": "pika-applications-graphics",
|
||||||
|
"button": "launch-label",
|
||||||
|
"onlyin": "pika",
|
||||||
|
"command": "/usr/bin/gnome-tweaks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"title": "open-gnome-extensions-title",
|
||||||
|
"subtitle": "open-gnome-extensions-subtitle",
|
||||||
|
"icon": "pika-application-x-addon",
|
||||||
|
"button": "launch-label",
|
||||||
|
"onlyin": "pika",
|
||||||
|
"command": "/usr/bin/extension-manager"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user