{
    /* Add your pin apps here (warning: more pin apps, more delay toggle dockbar) */
    "group/pin": {
        "orientation": "horizontal",
        "modules": [
            "image#menu",
            "image#kitty",
            "image#thunar",
            "image#zen"
        ]
    },

    /* Example of how to add a pin apps module */
    "image#menu": {
        "exec": "$HOME/.local/bin/dockbar_geticon.sh menu", /* Use script `dockbar_geticon.sh` with `menu` argument to get menu icon */
        "size": 40,
        "interval": "once",
        "on-click": "$HOME/.local/bin/hakumenu.sh" /* Here you put the command to execute when the icon is clicked */
    },

    /* Add more pin apps here */
    "image#kitty": {
        "exec": "$HOME/.local/bin/dockbar_geticon.sh kitty",
        "size": 40,
        "interval": "once",
        "on-click": "kitty"
    },
    "image#thunar": {
        "exec": "$HOME/.local/bin/dockbar_geticon.sh thunar",
        "size": 40,
        "interval": "once",
        "on-click": "thunar"
    },
    "image#zen": {
        "exec": "$HOME/.local/bin/dockbar_geticon.sh zen-browser",
        "size": 40,
        "interval": "once",
        "on-click": "zen-browser"
    }
}