~fkfd/picross

79d81d17ba4988cff85e7d31e5bd0e5c293a19f1 — Frederick Yin 4 years ago a8bc203
Meta: 0.6.2 followup

Update screenshot URL in README.md
Update config to include new args
2 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M picross.toml
M README.md => README.md +1 -1
@@ 1,7 1,7 @@
Picross is a minimal and usable [gemini://](https://gemini.circumlunar.space/)
browser written in Python and tkinter.

![](https://fkfd.me/static/picross-0.6.0.png)
![](https://fkfd.me/static/picross-0.6.2.png)

# Installation


M picross.toml => picross.toml +4 -1
@@ 4,4 4,7 @@ link-color = "#3daee9"
list-item-color = "#27ae60"
text-font = "Noto Sans Mono"
mono-font = "Noto Sans Mono"
window-geometry = "960x1020+960+0"
select-background = "#3daee9"
select-foreground = "white"
download-dest = "~/Downloads/"
window-geometry = "960x720+0+0"