Skip to content
/ stop Public

Stock position tracker for status bars

License

Notifications You must be signed in to change notification settings

axxml/stop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stop

Stock position 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: > .. <
  • thousand separator
  • custom padding
  • custom URL opener

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%