Skip to content
/ stop Public

Stock position / portfolio tracker for status bars

License

Notifications You must be signed in to change notification settings

axxml/stop

Repository files navigation

stop

Stock position / portfolio tracker for status bars

stop

Dependencies

Installation

Arch-based distributions

  • stop is available in AUR.

Configuration

Supported configuration options:

  • custom ticker display value (legend)

  • percent change display

  • delay between checks

  • automatic ticker rotation

  • colors:

    • background
    • foreground
    • ticker highlight
    • gain accent
    • loss accent
  • plaintext mode

  • one-shot mode

  • decimal rounding

  • historical difference:

    • day: [ .. ]
    • week: { .. }
    • month: ( .. )
    • year: < .. >
    • 5 years: | .. |
    • share price: > .. <
  • special TOTAL ticker for portfolio tracking

    • snapshot mode
  • thousand separator

  • custom padding

  • value concealment

  • custom URL opener

  • configuration file (~/.config/stop.conf):

    [tickers]
    <ticker>: [[<legend>:]<price-per-share>:<shares>]
    

See stop -h for more info.

Example polybar config

[module/stop]
type = custom/script
exec = stop NVDA MSFT
tail = true

label = %output%

click-left = kill -USR1 %pid%
click-right = kill -USR2 %pid%

About

Stock position / portfolio tracker for status bars

Topics

Resources

License

Stars

Watchers

Forks

Languages