aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-06-25 23:43:38 +0200
committerMasfehico <clyhtsuriva@gmail.com>2020-06-25 23:43:38 +0200
commit01a8abbd75181811ab85f2bf6f7883b193efdefc (patch)
treecdf43a6980d0590a49f00b2b85ef3fe99cc67463
parent716fab7ec5d829c0981bae25f91927d625a2621a (diff)
Update
-rw-r--r--TMV/.config/newsboat/config40
-rw-r--r--TMV/.config/newsboat/urls11
-rw-r--r--TMV/.conkyrc4
3 files changed, 53 insertions, 2 deletions
diff --git a/TMV/.config/newsboat/config b/TMV/.config/newsboat/config
new file mode 100644
index 0000000..c31afdf
--- /dev/null
+++ b/TMV/.config/newsboat/config
@@ -0,0 +1,40 @@
+#show-read-feeds no
+auto-reload yes
+
+external-url-viewer "urlscan -dc -r 'linkhandler {}'"
+
+bind-key j down
+bind-key k up
+bind-key j next articlelist
+bind-key k prev articlelist
+bind-key J next-feed articlelist
+bind-key K prev-feed articlelist
+bind-key G end
+bind-key g home
+bind-key d pagedown
+bind-key u pageup
+bind-key l open
+bind-key h quit
+bind-key a toggle-article-read
+bind-key n next-unread
+bind-key N prev-unread
+bind-key D pb-download
+bind-key U show-urls
+bind-key x pb-delete
+bind-key ^t next-unread
+
+color listnormal cyan default
+color listfocus black yellow standout bold
+color listnormal_unread blue default
+color listfocus_unread yellow default bold
+color info red black bold
+color article cyan default
+
+browser linkhandler
+macro , open-in-browser
+macro t set browser "tsp youtube-dl --add-metadata -ic"; open-in-browser ; set browser linkhandler
+macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best"; open-in-browser ; set browser linkhandler
+macro v set browser "setsid nohup mpv"; open-in-browser ; set browser linkhandler
+macro w set browser "w3m"; open-in-browser ; set browser linkhandler
+macro p set browser "dmenuhandler"; open-in-browser ; set browser linkhandler
+macro c set browser "xsel -b <<<" ; open-in-browser ; set browser linkandler
diff --git a/TMV/.config/newsboat/urls b/TMV/.config/newsboat/urls
new file mode 100644
index 0000000..2615864
--- /dev/null
+++ b/TMV/.config/newsboat/urls
@@ -0,0 +1,11 @@
+"---LUKE SMITH'S CONTENT---"
+http://lukesmith.xyz/rss.xml
+https://notrelated.libsyn.com/rss
+https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)"
+
+"---VOID RELATED---"
+https://voidlinux.org/atom.xml
+
+"---GitHub stars---"
+https://github.com/rickellis/ConkyMatic/commits/master.atom
+https://github.com/mpolden/echoip/commits/master.atom
diff --git a/TMV/.conkyrc b/TMV/.conkyrc
index 3acea24..71a1584 100644
--- a/TMV/.conkyrc
+++ b/TMV/.conkyrc
@@ -93,7 +93,7 @@ conky.text = [[
#
# CURRENT TIME
${font Roboto:size=24}${color0}${alignc}${voffset -4}\
-${time %I:%M %p}\
+${time %H:%M:%S}\
${font}${color}
#
# CURRENT DATE
@@ -318,5 +318,5 @@ ${font}${color}
#
# COLOR PALETTE IMAGE
# Note: Vertical offset controls the space UNDER the image.
-${voffset -25}${image ./Cache/colorpalette.png -p 13,870}\
+#${voffset -25}${image ./Cache/colorpalette.png -p 13,870}\
]]