pika-welcome/data/config/look_and_feel.json
Ward from fusion-voyager-3 3631846bb2
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 2m27s
Add runtime locales, update urls, update scripts
2024-08-31 04:19:47 +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": "gnome",
"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": "gnome",
"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": "gnome",
"command": "/usr/bin/extension-manager"
}
]
}