Display bitcoin conversion in Atom status bar.
##Installing
Atom -> Preferences...
Packages
tabbitcoin-status-bar
in the search box$ apm install bitcoin-status-bar
Alternatively, if you are a git user, you can install the package and keep up to date by cloning the repo directly into your ~/.atom/packages
directory.
$ git clone https://github.com/afj176/bitcoin-status-bar/ ~/.atom/packages/bitcoin-status-bar
bitcoin-status-bar
folder to ~/.atom/packages
Display your local bitcoin rate in your status bar.
To access the Bitcoin Status Bar Settings:
Atom -> Preferences...
or cmd-,
Filter Packages
type bitcoin-status-bar
Bitcoin Status Bar has 5 settings that can be edited:
USD
on
left
atom://bitcoin-status-bar/styles/bitcoin.svg
61
(if zero minutes only refreshes when open/close windows or trigger refresh)The following commands are available and are keyboard shortcuts.
bitcoin-status-bar:toggle
- Toggle - ctrl-alt-b
ctrl-alt-b
bitcoin-status-bar:refresh
- Refresh - ctrl-alt-r
ctrl-alt-r
Follow instructions for Flex Tool Bar
then add to ~/atom/toolbar.json
[
{
"type": "button",
"icon": "btc",
"tooltip": "Bitcoin",
"iconset": "fa",
"callback": "bitcoin-status-bar:toggle",
"style": {
"color": "#f1c300"
}
},
//....... other buttons
]
Feel free fork, contribute, to open an issue to discuss potential features to add or improve.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.