| cleaning up after last commit - dotfiles - These are my dotfiles. There are man… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 257f1827849eabde84a2250080d605dd27473e3b | |
| parent 25463d2dbeeda2afa48cbae76848cf4a43413692 | |
| Author: Jay Scott <[email protected]> | |
| Date: Fri, 16 Sep 2022 21:02:58 +0100 | |
| cleaning up after last commit | |
| Diffstat: | |
| M README | 12 ++++++------ | |
| M mutt/muttrc | 6 ++++-- | |
| D newsboat/config | 38 -----------------------------… | |
| D newsboat/urls | 94 -----------------------------… | |
| M waybar/config | 8 -------- | |
| 5 files changed, 10 insertions(+), 148 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -1,8 +1,8 @@ | |
| |> dotfiles | |
| -I am a long time supporter of the Unix philosophy and have been using | |
| -dwm like tools since 2011, as such I mainly use the terminal for | |
| +I am a long time supporter of the Unix philosophy which is reflected in | |
| +the daily tooling I use. Since 2011, I mainly use the terminal for | |
| everything. | |
| Privacy is at the forefront of my mind as such some of my browser | |
| @@ -10,16 +10,16 @@ settings maybe too restrictive for some. I also don't use s… | |
| all, the closest I come is using IRC. | |
| - operating sys : archlinux / openBSD | |
| + operating sys : archlinux / freeBSD | |
| window manager : sway | |
| terminal : foot | |
| launcher : bemenu | |
| notifications : dunst | |
| - email : mutt | |
| - browser : qutebrowser / firefox | |
| + email : mutt / fdm | |
| + browser : qutebrowser | |
| video : mpv | |
| music : mpd / ncmpcpp | |
| gaming : gog only | |
| password mgt : pass | |
| vpn : mullvad | |
| - news : newsboat | |
| + news : sfeed -> fdm -> mutt | |
| diff --git a/mutt/muttrc b/mutt/muttrc | |
| @@ -1,8 +1,8 @@ | |
| # info | |
| set my_user = '[email protected]' | |
| set my_pass = `pass tech/mailbox.org | head -n1` | |
| -set realname = "Jay Scott" | |
| -set from = "[email protected]" | |
| +set realname = 'Jay Scott' | |
| +set from = '[email protected]' | |
| # SMTP settings | |
| set smtp_pass = $my_pass | |
| @@ -19,6 +19,8 @@ set delete = yes | |
| set forward_format = "Fwd: %s" | |
| set fcc_attach = no | |
| set edit_headers = yes | |
| +set fast_reply = yes | |
| +set include = yes | |
| # gpg encryption | |
| source ~/.config/mutt/gpg.rc | |
| diff --git a/newsboat/config b/newsboat/config | |
| @@ -1,38 +0,0 @@ | |
| -# Notify | |
| -notify-program "dunst" | |
| -notify-format "RSS Feeds : %d new articles" | |
| - | |
| -# Default applications | |
| -player mpv | |
| -browser "~/bin/link_handler.sh" | |
| - | |
| -# Reload | |
| -auto-reload no | |
| -reload-time 30 | |
| -reload-threads 4 | |
| - | |
| -prepopulate-query-feeds yes | |
| -show-read-feeds no | |
| -scrolloff 5 | |
| - | |
| -# Podcast | |
| -download-path "/data/podcasts/" | |
| -download-filename-format "%F-%t.%e" | |
| -max-downloads 1 | |
| - | |
| -# Feed settings | |
| -show-read-articles no | |
| -show-title-bar no | |
| -download-full-page yes | |
| -text-width 72 | |
| - | |
| -articlelist-format "%D %?T?| %-17T | ?%t" | |
| - | |
| -# Maintenace | |
| -confirm-mark-feed-read no | |
| -cleanup-on-quit yes | |
| - | |
| -# Macros | |
| -macro f set browser "qutebrowser %u" ; open-in-browser ; set browser "~/bin/li… | |
| - | |
| -include /usr/share/doc/newsboat/contrib/colorschemes/gruvbox | |
| diff --git a/newsboat/urls b/newsboat/urls | |
| @@ -1,94 +0,0 @@ | |
| -"query:┌─Unread:unread = \"yes\"" | |
| -"query:├─All:tags != \"\"" | |
| -"query:│ ├─ Linux:tags # \"linux\"" | |
| -"query:│ ├─ Media:tags # \"media\"" | |
| -"query:│ ├─ Gaming:tags # \"gaming\"" | |
| -"query:│ ├─ Apps:tags # \"apps\"" | |
| -"query:│ ├─ People:tags # \"people\"" | |
| -"query:│ ├─ Gemini:tags # \"gemini\"" | |
| -"query:│ ├─ Podcast:tags # \"podcast\"" | |
| -"query:│ ├─ Videos:tags # \"youtube\"" | |
| - | |
| -# LINUX | |
| -https://tilde.news/newest.rss "!" "~Tilde News" linux | |
| - | |
| -# MEDIA | |
| -https://showrss.info/other/all.rss "!" "~TV Torrents" media | |
| -http://feed.rutracker.cc/atom/f/1992.atom "!" "~Linux Torrents" media | |
| - | |
| -# PODCASTS | |
| -https://tilde.town/~dozens/podcast/rss.xml "!" "Tilde World Podcast" podcast | |
| -https://podcast.asknoahshow.com/rss "!" "Ask Noah Podcast" podcast | |
| -http://www.2600.com/oth-broadband.xml "!" "Off The Hook" podcast | |
| - | |
| -# GAMING | |
| -https://www.gamingonlinux.com/article_rss.php "!" "~Gaming On Linux" gaming | |
| - | |
| -# APPS | |
| -https://archlinux.org/feeds/news/ "!" "~Arch Linux" apps | |
| -https://blog.qutebrowser.org/feeds/all.atom.xml "!" "~Qutebrowser" apps | |
| -https://newsboat.org/news.atom "!" "~Newsboat" apps | |
| -https://git.suckless.org/dwm/atom.xml "!" "~dwm" apps | |
| -https://git.suckless.org/st/atom.xml "!" "~st" apps | |
| -https://git.suckless.org/dmenu/atom.xml "!"~dmenu" apps | |
| -https://github.com/dudik/herbe/commits/master.atom "!" "~herbe" apps | |
| -https://github.com/eafer/rdrview/commits/master.atom "!" "~rdrview" apps | |
| - | |
| -# PEOPLE | |
| -https://codemadness.org/atom.xml "!" "~CodeMadness" people | |
| -https://drewdevault.com/blog/index.xml "!" "Drew DeVault" people | |
| -http://joeyh.name/blog/index.rss "!" "Joey H" people | |
| -https://unixsheikh.com/feed.rss "!" "Unix Sheikh" people | |
| -https://www.uninformativ.de/blog/feeds/en.atom "!" "~Uninformativ" people | |
| - | |
| -# GEMINI | |
| -"exec:gemget tilde.team/~tomasino/atom.xml --output -" "!" "[email protected]… | |
| -"exec:gemget capsule.usebox.net/gemlog/atom.xml --output -" "!" "~Juans Gemlog… | |
| -"exec:gemget foobucket.xyz/gemlog/atom.xml --output -" "!" "~Foobucket Gemlog"… | |
| -"exec:gemget midnight.pub/feed.xml --output -" "!" "~Midnight Pub" gemini | |
| -"exec:gemget gemini://warmedal.se/~antenna/atom.xml --output -" "!" "~Antenna"… | |
| - | |
| -# ODYSEE | |
| -https://odysee.com/$/rss/@AlphaNerd:8 "!" "~Mental Outlaws" youtube | |
| -https://odysee.com/$/rss/@TheLinuxExperiment:e "!" "~Linux Experiment" youtube | |
| -https://odysee.com/$/rss/@DistroTube:2 "!" "~DistroTube" youtube | |
| -https://odysee.com/$/rss/@BrodieRobertson:5 "!" "~Brodie Robertson" youtube | |
| -https://odysee.com/$/rss/@OfficialZaney:8 "!" "~Zaney" youtube | |
| -https://odysee.com/$/rss/@thelinuxcast:4 "!" "~Linux Cast" youtube | |
| -https://odysee.com/$/rss/@SystemCrafters:e "!" "~System Crafters" youtube | |
| -https://odysee.com/$/rss/@tuxfoo:e "!" "~Tuxfoo" youtube | |
| -https://odysee.com/$/rss/@hexdsl:7 "!" "~HexDSL" youtube | |
| -https://odysee.com/$/rss/@brightsunfilms:5 "!" "~Bright Sun Films" youtube | |
| - | |
| -# YOUTUBE | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UC2I6Et1JkidnnbWgJFiMeHA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UC7uO9V1Frl_wPd9d1qOm_RQ "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCKr68ZJ4vv6VloNdnS2hjhA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCKygRpISlqs5TufcT3JtRng "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCQCrKxBj5Id79syQEsY2Qxg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCRvWwMPr2SmSG7rXXzeEUdA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCVqpNG1R72i21jh-nAxEk4A "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCXulruMI7BHj3kGyosNa0jA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCnHEz9DZ6EAof1-DaQGD_Xw "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCxDZs_ltFFvn0FDHT6kmoXA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCXJL3ST-O0J3nqzQyPJtpNg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCgNqlRGqHdxNRPR6ycynWhw "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCHL9bfHTxCMi-7vfxQ-AYtg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCB2GbNXOsy3VBksSD58NvhQ "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCwpHKudUkP5tNgmMdexB3ow "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCl7mAGnY4jh4Ps8rhhh8XZg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCpXwMqnXfJzazKS5fJ8nrVw "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCWm__g4cPmX-umorqM8VfWw "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCO8MMsO_XRjO7X4iGCuKdwg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCmSwBBdhuJ39zaA437NaeXA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCeKshd39k29Ipg9sWVaU3-Q "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCqRs-3IcoKCMGXsfLvOgTUg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCpiWxsm9Gt_HK7d-jqkU4MA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCPqdx8N99fs4IDoK_XA1aew "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCI3mQP0kLxdZKhNtcHhExyA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCdVEfdWcNwL5jWmwaNWEf1Q "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UC2O6HDtMOZf9FkUAepz9Atg "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCdQ3VoDGjjl3NsfB3V0mPng "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCpNBjjE8y8eFPhDU4YzYmKA "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCs2Kaw3Soa63cJq3H0VA7og "… | |
| -https://www.youtube.com/feeds/videos.xml?channel_id=UCHugE6eRhqB9_AZQh4DDbIw "… | |
| diff --git a/waybar/config b/waybar/config | |
| @@ -59,14 +59,6 @@ | |
| "on-click": "foot mutt", | |
| }, | |
| - "custom/newsboat": { | |
| - "format": "", | |
| - "return-type": "json", | |
| - "interval": 360, | |
| - "exec": "$HOME/.config/waybar/waybar_newsboat.sh", | |
| - "on-click": "foot newsboat", | |
| - }, | |
| - | |
| "tray": { | |
| "icon-size": 15 | |
| } |