From ccf78dc01e1862c92744e357196022fde5c13f03 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Fri, 28 Jun 2024 14:44:20 +0200 Subject: [PATCH] :zap: sync settings till today --- .XCompose | 8 ++++++++ .config/github-releases/config.json | 20 ++++++++++---------- .newsboat/urls | 1 + bin/socky.mjs | 1 + 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.XCompose b/.XCompose index e7ed099..105f191 100644 --- a/.XCompose +++ b/.XCompose @@ -77,3 +77,11 @@ include "/usr/share/X11/locale/cs_CZ.UTF-8/Compose" : "Φ" : "Ψ" : "Ω" + +# Math (https://gist.github.com/m93a/187539552593dd4ed8b122167c09384c) + : "∃" + : "∄" + : "−" + : "¬" + : "∈" + : "∉" diff --git a/.config/github-releases/config.json b/.config/github-releases/config.json index b6e1950..851e224 100644 --- a/.config/github-releases/config.json +++ b/.config/github-releases/config.json @@ -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" }, { diff --git a/.newsboat/urls b/.newsboat/urls index 7c85bab..b4c72c4 100644 --- a/.newsboat/urls +++ b/.newsboat/urls @@ -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 diff --git a/bin/socky.mjs b/bin/socky.mjs index 99c1e91..c9097d0 100755 --- a/bin/socky.mjs +++ b/bin/socky.mjs @@ -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",