Stock position / portfolio tracker for status bars
- stop is available in AUR.
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:
> .. <
- day:
-
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.
[module/stop]
type = custom/script
exec = stop NVDA MSFT
tail = true
label = %output%
click-left = kill -USR1 %pid%
click-right = kill -USR2 %pid%