sync settings till today

This commit is contained in:
Jan Andrle 2024-06-28 14:44:20 +02:00
parent 685d7cfde2
commit ccf78dc01e
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB
4 changed files with 20 additions and 10 deletions

View File

@ -77,3 +77,11 @@ include "/usr/share/X11/locale/cs_CZ.UTF-8/Compose"
<Multi_key> <g> <F> : "Φ"
<Multi_key> <g> <U> : "Ψ"
<Multi_key> <g> <O> : "Ω"
# Math (https://gist.github.com/m93a/187539552593dd4ed8b122167c09384c)
<Multi_key> <m> <E> : "∃"
<Multi_key> <m> <exclam> <E> : "∄"
<Multi_key> <m> <minus> : ""
<Multi_key> <m> <exclam> <minus> : "¬"
<Multi_key> <m> <i> <n> : "∈"
<Multi_key> <m> <exclam> <i> <n> : "∉"

View File

@ -32,9 +32,9 @@
"group": "nondev",
"file_name": "youtube-music",
"exec": "yes",
"last_update": "2024-06-02T03:56:01Z",
"last_update": "2024-06-08T11:04:49Z",
"downloads": "/home/jaandrle/bin/youtube-music",
"version": "v3.3.10",
"version": "v3.3.12",
"glare": "AppImage"
},
{
@ -164,9 +164,9 @@
"group": "nondev",
"file_name": "fedistar",
"exec": "yes",
"last_update": "2024-05-28T15:37:04Z",
"last_update": "2024-06-20T14:45:03Z",
"downloads": "/home/jaandrle/bin/fedistar",
"version": "v1.9.6",
"version": "v1.9.7",
"glare": ".*amd64.*.AppImage"
},
{
@ -176,9 +176,9 @@
"group": "ai",
"file_name": "ollama",
"exec": "yes",
"last_update": "2024-06-02T03:30:47Z",
"last_update": "2024-06-27T06:09:56Z",
"downloads": "/home/jaandrle/bin/ollama",
"version": "v0.1.41",
"version": "v0.1.47",
"glare": "linux-amd64"
},
{
@ -200,9 +200,9 @@
"group": "dev",
"file_name": "escrcpy",
"exec": "yes",
"last_update": "2024-06-03T10:16:32Z",
"last_update": "2024-06-13T11:36:15Z",
"downloads": "/home/jaandrle/bin/escrcpy",
"version": "v1.19.2",
"version": "v1.19.3",
"glare": ".*x86_64.*.AppImage"
},
{
@ -224,9 +224,9 @@
"group": "ai",
"file_name": "jan",
"exec": "yes",
"last_update": "2024-06-03T07:11:37Z",
"last_update": "2024-06-21T09:44:25Z",
"downloads": "/home/jaandrle/bin/jan",
"version": "v0.5.0",
"version": "v0.5.1",
"glare": ".*x86_64.*.AppImage"
},
{

View File

@ -29,6 +29,7 @@ https://www.voxpot.cz/feed/ ! news
https://www.investigace.cz/feed/ ! news
# PageNotFound.CZ
https://kill-the-newsletter.com/feeds/rblo6you9l4fpbgs3i53.xml ! news
https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli/raw/branch/main/rss.xml
"query:📰👋:tags # \"news\""
https://denikn.cz/veda/feed?ref=inc ! news/science

View File

@ -71,6 +71,7 @@ function textSplit(file, { limit, counter, text }){
function textInImage(file, { text, gravity, pointsize }){
text= getText(file, text);
const output= !file ? "textInImage.png" : (({ pathname: p })=> p.slice(1, p.lastIndexOf(".")+1)+"png")(new URL(file, "file://"));
if(s.test("-f", output)) s.rm(output);
const round_corners= [ //https://9to5answer.com/rounding-corners-of-pictures-with-imagemagick
"\\(",
"+clone -alpha extract",