This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

25
satty/config.toml Normal file
View File

@@ -0,0 +1,25 @@
[general]
fullscreen = false
early-exit = false
initial-tool = "brush"
copy-command = "wl-copy"
annotation-size-factor = 2
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
save-after-copy = false
default-hide-toolbars = false
disable-notifications = true
[font]
family = "JetBrainsMono Nerd Font"
style = "Regular"
[color-palette]
palette = [
"#8aadf4", # Blue
"#ed8796", # Red
"#a6da95", # Green
"#eed49f", # Yellow
"#c6a0f6", # Mauve
"#cad3f5", # White
]