summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-11-14 17:35:54 +0800
committerFrederick Yin <fkfd@macaw.me>2020-11-14 17:35:54 +0800
commit79d81d17ba4988cff85e7d31e5bd0e5c293a19f1 (patch)
tree6d3b42194130bad082ad789c4dc08aaed060ee6f
parenta8bc203a996ff593fdae4cfdb173a8992575c8de (diff)
Meta: 0.6.2 followup
Update screenshot URL in README.md Update config to include new args
-rw-r--r--README.md2
-rw-r--r--picross.toml5
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dc7768..160d5c6 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/picross.toml b/picross.toml
index b0338d9..a0368d2 100644
--- a/picross.toml
+++ b/picross.toml
@@ -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"