• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

tool-bar-config

Configurable tool bar
  • #toolbar
  • #tool-bar
MunGell
1,805
6
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Configurable Toolbar

Simple atom package that allows you to configure icons for tool-bar. Inspired by tool-bar-main

Configuration

Add tool-bar-config property to your config.cson file in following format:

  "tool-bar-config": [
    {
      icon: "document"
      iconSet: "ion"
      title: "New File"
      callback: "application:new-file"
    }
    {
      icon: "folder"
      iconSet: "ion"
      title: "Open..."
      callback: "application:open-folder"
    }
    {
      icon: "archive"
      iconSet: "ion"
      title: "Save"
      callback: "core:save"
    }
    {
      icon: "spacer"
    }
    {
      icon: 'search'
      iconSet: 'ion'
      title: 'Find in Buffer'
      callback: 'find-and-replace:show'
    }
    {
      icon: "shuffle"
      iconSet: "ion"
      title: "Replace in Buffer"
      callback: "find-and-replace:show-replace"
    }
    {
      icon: "spacer"
    }
    {
      icon: "navicon-round"
      iconSet: "ion"
      title: "Toggle Command Palette"
      callback: "command-palette:toggle"
    }
    {
      icon: "gear-a"
      iconSet: "ion"
      title: "Open Settings View"
      callback: "settings-view:open"
    }
    {
      icon: "spacer"
    }
    {
      icon: "refresh"
      iconSet: "ion"
      title: "Reload Window"
      callback: "window:reload"
    }
  ]

This example reproduces similar view to tool-bar-main.

License: MIT

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by