# lxpanel launchbar snippet for Lxtaz Ctrl — single-click trigger (v1.1).
# The explicit image/tooltip/action keys make the button work even though
# lxpanel 0.10.1 logs "launchbar: desktop entry does not exist" for the id
# lookup (proven end-to-end Sep 2026: one click opens the window).
# Installed by stuff/lxtaz-ctrl-panel-setup (appends at end = far right).
Plugin {
  type=launchbar
  Config {
    Button {
      id=lxtaz-ctrl.desktop
      image=lxtaz-ctrl
      tooltip=Réglages rapides
      action=lxtaz-ctrl --toggle
    }
  }
}
