Back to Powder Tool
SOURCE / PINNED RELEASE

Made of little things.

Powder Tool

Release
242076e6da24…
Author-recorded commit
c4489f440f27…
License
LICENSE
Author’s source reference
nostr://npub182jczunncwe0jn6frpqwq3e0qjws7yqqnc3auccqv9nte2dnd63scjm4rf/wss%3A%2F%2Fgit.napplet.soy%2F/n-48e516e34e5

Archive hash verified: f2fd072590aac7a5…. The source-to-build association is the author’s claim; it has not been independently rebuilt.

config.schema.json
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$version": 1,
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "textSize": {
      "type": "integer",
      "title": "Text size",
      "description": "Base text size in pixels. Changes apply while the napplet is running.",
      "minimum": 10,
      "maximum": 20,
      "default": 13,
      "x-napplet-section": "Appearance",
      "x-napplet-order": 1
    },
    "controlSize": {
      "type": "integer",
      "title": "Control height",
      "description": "Choose compact controls or larger touch targets, in pixels.",
      "minimum": 24,
      "maximum": 44,
      "default": 28,
      "x-napplet-section": "Appearance",
      "x-napplet-order": 2
    },
    "selectText": {
      "type": "boolean",
      "title": "Allow text selection",
      "description": "Allow selecting interface text. Text inputs always remain selectable.",
      "default": false,
      "x-napplet-section": "Interaction"
    }
  }
}