···11+{
22+ "appid": "com.matrixfurry.atomicxr.wayvr-dashboard",
33+ "name": "WayVR Dashboard",
44+ "author": "Aleksander (oo8dev) et al.",
55+ "hompage_url": "https://oo8.dev/wayvr_dashboard",
66+ "icon_url": "https://raw.githubusercontent.com/olekolek1000/wayvr-dashboard/refs/heads/master/wayvr-dashboard.svg",
77+ "screenshots": [
88+ "https://github.com/olekolek1000/wayvr-dashboard/blob/master/contrib/front.jpg?raw=true"
99+ ],
1010+ "description": "Launch your favorite desktop applications and games seamlessly within your VR environment (wlx-overlay-s addon)",
1111+ "short_description": "Game and application launcher for VR",
1212+ "exec_path": "/home/linuxbrew/.linuxbrew/bin/wlx-overlay-s",
1313+ "env_vars": { "GDK_BACKEND": "wayland" },
1414+ "dependencies": ["com.matrixfurry.atomicxr.wlx-overlay-s"],
1515+ "plugin_type": "WayVrDashboard"
1616+}
+15
data/envision-plugins/manifest/wlx-overlay-s.json
···11+{
22+ "appid": "com.matrixfurry.atomicxr.wlx-overlay-s",
33+ "name": "WlxOverlay-S",
44+ "author": "Galister et al.",
55+ "hompage_url": "https://github.com/galister/wlx-overlay-s",
66+ "icon_url": "https://github.com/galister/wlx-overlay-s/raw/main/wlx-overlay-s.svg",
77+ "screenshots": [
88+ "https://github.com/galister/wlx-overlay-s/raw/guide/wlx-s.png"
99+ ],
1010+ "description": "A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.\n\nWlxOverlay-S allows you to access your desktop screens while in VR.\n\nIn comparison to similar overlays, WlxOverlay-S aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.",
1111+ "short_description": "Access your Wayland/X11 desktop",
1212+ "exec_path": "/home/linuxbrew/.linuxbrew/bin/wlx-overlay-s",
1313+ "args": ["--openxr"],
1414+ "plugin_type": "Executable"
1515+}