pika-welcome/data/config/look_and_feel.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2024-02-24 19:17:38 +01:00
{
"look_and_feel": [
{
"id": 0,
2024-02-24 20:13:46 +01:00
"title": "open-pling-title",
"subtitle": "open-pling-subtitle",
"icon": "pika-emblem-downloads",
"button": "launch-label",
"onlyin": "",
"command": "xdg-open https://pling.com/"
2024-02-24 19:17:38 +01:00
},
{
"id": 1,
2024-02-24 20:13:46 +01:00
"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"
2024-02-24 19:17:38 +01:00
}
]
}