From 1df75733460c564fa1594595ed7794d48093f3f6 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 20 Aug 2025 15:26:13 +0200 Subject: up --- .config/mpv/mpv.conf | 1 + .config/newsboat/config | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index fbb1019..26e0d5c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -2,3 +2,4 @@ video-sync=display-resample osc=yes demuxer-max-bytes=1GiB script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" +term-osd-bar=yes diff --git a/.config/newsboat/config b/.config/newsboat/config index 918080a..ee4459e 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -9,6 +9,7 @@ text-width 80 show-keymap-hint no show-title-bar no swap-title-and-hints no +ignore-mode display notify-program ~/.local/bin/newsboat-notif notify-always yes notify-format "%d" @@ -41,7 +42,7 @@ bind-key x pb-delete bind-key ^t next-unread ignore-article "*" "title =~ \"#shorts$\"" -ignore-article "*" "link =~ \"/short/\"" +ignore-article "*" "link =~ \"youtube.com/shorts/\"" color background default default color listnormal default default dim @@ -77,19 +78,19 @@ highlight article ":.*\\(embedded flash\\)$" magenta default highlight feedlist ".*(0/0))" black highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" default default dim -highlight feedlist "^N.* \\[news\\]$" blue default bold highlight feedlist "^N.* \\[tech\\]$" cyan default bold highlight feedlist "^N.* \\[normies\\]$" red default bold +highlight feedlist "^N.* \\[news\\]$" green default bold highlight feedlist "^N.* \\[gaming\\]$" yellow default bold highlight feedlist "^N.* \\[space\\]$" blue default bold highlight feedlist "^N.* \\[skate\\]$" magenta default bold -highlight feedlist "^N.* \\[music\\]$" green default bold -highlight feedlist "^#news .*" blue default bold +highlight feedlist "^N.* \\[music\\]$" white default bold highlight feedlist "^#tech .*" cyan default bold highlight feedlist "^#normies .*" red default bold +highlight feedlist "^#news .*" green default bold highlight feedlist "^#gaming .*" yellow default bold highlight feedlist "^#space .*" blue default bold highlight feedlist "^#skate .*" magenta default bold -highlight feedlist "^#music .*" green default bold +highlight feedlist "^#music .*" white default bold highlight feedlist "^N" default default invis highlight feedlist "\\[(news|tech|normies|gaming|space|skate|music)\\]$" default default invis -- cgit v1.2.3