Mods
This commit is contained in:
parent
92f7fa5b05
commit
915a2dbbd3
|
@ -36,6 +36,10 @@ Clicking the footer scrolls to the bottom.
|
|||
|
||||
There is a filter to filter updates.
|
||||
|
||||
## Usage
|
||||
|
||||
Just open it, hatch some ants, and place it somewhere in your monitor.
|
||||
|
||||
## Algorithm
|
||||
|
||||
A random ant from ants that haven't had an update in at least 10 minutes is picked.
|
||||
|
|
|
@ -49,7 +49,7 @@ class Config:
|
|||
scrollbar_handle_color: str = "rgb(69, 69, 69)"
|
||||
input_background_color: str = "rgb(111, 111, 111)"
|
||||
input_text_color: str = "rgb(18, 18, 18)"
|
||||
input_border_color: str = "rgb(140, 140, 140)"
|
||||
input_border_color: str = "rgb(120, 120, 120)"
|
||||
input_caret_color: str = "rgb(18, 18, 18)"
|
||||
settings_json: Path
|
||||
|
||||
|
|
Loading…
Reference in New Issue