4938bb472b
Replace the custom GJS/GTK4 @agi/gtk3 setup with AGS v3 on GTK3 using Astal services (Hyprland, Brightness). Updates README installation instructions, package scripts, and rewrites main.js to use AGS JSX widgets and reactive state bindings. Adds a minimal package-lock.json.
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"name": "pinenote-shell",
|
|
"version": "1.0.0",
|
|
"description": "Fullscreen GTK widget for Pine64 PineNote with Hyprland support",
|
|
"main": "./src/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "ags run src/main.js",
|
|
"dev": "ags run src/main.js"
|
|
},
|
|
"dependencies": {}
|
|
} |