diff --git a/.config/mimeapps.list b/.config/mimeapps.list index d5e6f56..dcd9066 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,7 +1,4 @@ [Default Applications] - -# Author: Luke Smith - text/x-shellscript=text.desktop; x-scheme-handler/magnet=torrent.desktop; application/x-bittorrent=torrent.desktop; @@ -13,6 +10,7 @@ image/png=img.desktop; image/jpeg=img.desktop; image/gif=img.desktop; application/rss+xml=rss.desktop +application/atom+xml=rss.desktop; video/x-matroska=video.desktop inode/directory=file.desktop x-scheme-handler/http=linkhandler.desktop diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 9e507eb..a474aee 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -2,6 +2,8 @@ http://lukesmith.xyz/rss.xml "luke smith" https://notrelated.libsyn.com/rss "luke smith" https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "luke smith" "~Luke Smith (YouTube)" https://suckless.org/atom.xml "linux" +https://privacytools.statuspage.io/history.rss "privacy" https://www.archlinux.org/feeds/news/ "linux" https://www.parabola.nu/feeds/news/ "linux" https://gynvael.coldwind.pl/rss_pl.php "tech" "~Gynvael Coldwind" +http://postmarketos.org/blog/feed.atom diff --git a/.local/bin/scripts/mpdqueue b/.local/bin/scripts/mpdqueue index 16cfdf5..32e7ae2 100755 --- a/.local/bin/scripts/mpdqueue +++ b/.local/bin/scripts/mpdqueue @@ -2,4 +2,4 @@ # Show mpd queue in notification. -notify-send -u normal "MPD queue" "Solar - Amy" +notify-send -u normal "MPD queue" "$(mpc queued)"