This commit is contained in:
Auric Vente 2024-07-20 05:29:48 -06:00
parent 92f7fa5b05
commit 915a2dbbd3
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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