dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit a41e150d6ec951c7474aee5700d624f3d2f32d16
parent 004c38c56394b7f319029aea157994873f645582
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 31 Jan 2024 15:48:51 +0000

sync on newsboat start, don't need script. update invidious instance

Diffstat:
Mcron/var/spool/cron/pyratebeard | 3---
Mnewsboat/.config/newsboat/config | 1+
Mnewsboat/.config/newsboat/urls | 18+++++++++---------
Dnewsboat/.local/bin/boat_sync | 5-----
4 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/cron/var/spool/cron/pyratebeard b/cron/var/spool/cron/pyratebeard @@ -8,9 +8,6 @@ 0 * * * * $HOME/bin/mail_sync 0 1 * * * offlineimap -# update rss a few times a day -0 8,11,14 * * * $HOME/bin/boat_sync - # change bg every hour #0 * * * * $HOME/bin/bgchange diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config @@ -9,6 +9,7 @@ save-path ~/tmp notify-program /usr/bin/notify-send player mpv confirm-mark-feed-read no +refresh-on-startup yes # interface text-width 0 diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls @@ -58,16 +58,16 @@ https://www.smashingsecurity.com/rss "~smashing security" "podcasts" https://linuxmatters.sh/episode/index.xml "~linux matters" "podcasts" videos -https://invidious.snopyta.org/feed/channel/UC3s0BtrBJpwNDaflRSoiieQ "~hak5" "youtube" -https://invidious.snopyta.org/feed/channel/UCeUMZ4t3ezEJFhXHJg9rshQ "~bangertv" "youtube" -https://invidious.snopyta.org/feed/channel/UCRcgy6GzDeccI7dkbbBna3Q "~lemmino" "youtube" -https://invidious.snopyta.org/feed/channel/UCpFFItkfZz1qz5PpHpqzYBw "~nexpo" "youtube" -https://invidious.snopyta.org/feed/channel/UCQ-EfYqpcN0zOQPAPgG6rhQ "~xero" "youtube" -https://invidious.snopyta.org/feed/channel/UCPWjCY320JFSGqTlaD8ktqA "~sideshowmonkeyart" "youtube" "art" -https://invidious.snopyta.org/feed/channel/UC0-xeMXO_Vu8_wqqKf_Nipg "~david finch" "youtube" "art" -https://invidious.snopyta.org/feed/channel/UC8bW15a945PVgNYGdUkzLhg "~robert marzullo" "youtube" "art" +https://yewtu.be/feed/channel/UC3s0BtrBJpwNDaflRSoiieQ "~hak5" "youtube" +https://yewtu.be/feed/channel/UCeUMZ4t3ezEJFhXHJg9rshQ "~bangertv" "youtube" +https://yewtu.be/feed/channel/UCRcgy6GzDeccI7dkbbBna3Q "~lemmino" "youtube" +https://yewtu.be/feed/channel/UCpFFItkfZz1qz5PpHpqzYBw "~nexpo" "youtube" +https://yewtu.be/feed/channel/UCQ-EfYqpcN0zOQPAPgG6rhQ "~xero" "youtube" +https://yewtu.be/feed/channel/UCPWjCY320JFSGqTlaD8ktqA "~sideshowmonkeyart" "youtube" "art" +https://yewtu.be/feed/channel/UC0-xeMXO_Vu8_wqqKf_Nipg "~david finch" "youtube" "art" +https://yewtu.be/feed/channel/UC8bW15a945PVgNYGdUkzLhg "~robert marzullo" "youtube" "art" https://tilvids.com/feeds/videos.xml?videoChannelId=2775 "~veronica explains" "peertube" "tech" -https://invidious.snopyta.org/feed/channel/UCEFW1E8QzP-hKxjO2Rj68wg "~nat's what i reckon" "youtube" "comedy" +https://yewtu.be/feed/channel/UCEFW1E8QzP-hKxjO2Rj68wg "~nat's what i reckon" "youtube" "comedy" music https://media.defcon.org/DEF%20CON%20rss/defcon-18-music.rss "~defcon" "music" diff --git a/newsboat/.local/bin/boat_sync b/newsboat/.local/bin/boat_sync @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus -/usr/bin/newsboat -x reload -sleep 10