pika-welcome/data/config/look_and_feel.json
Ward from fusion-voyager-3 90ee0da295 fill look and feel json
2024-02-24 22:13:46 +03:00

40 lines
1.0 KiB
JSON

{
"look_and_feel": [
{
"id": 0,
"title": "open-pling-title",
"subtitle": "open-pling-subtitle",
"icon": "pika-emblem-downloads",
"button": "launch-label",
"onlyin": "",
"command": "xdg-open https://pling.com/"
},
{
"id": 1,
"title": "open-pika-gnome-layouts-title",
"subtitle": "open-pika-gnome-layouts-subtitle",
"icon": "pika-desktop",
"button": "launch-label",
"onlyin": "pika",
"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"
}
]
}