summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ar/.config/newsboat/config21
-rw-r--r--ar/.config/newsboat/urls7
-rw-r--r--ar/.config/zsh/.zshrc2
3 files changed, 16 insertions, 14 deletions
diff --git a/ar/.config/newsboat/config b/ar/.config/newsboat/config
index 6c91477..bef56d1 100644
--- a/ar/.config/newsboat/config
+++ b/ar/.config/newsboat/config
@@ -51,13 +51,16 @@ color article white default bold
# Highlights
highlight all "---.*---" yellow
highlight feedlist ".*(0/0))" black
-highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
-highlight article "(^Link:.*|^Date:.*)" default default
highlight article "https?://[^ ]+" green default
-highlight article "^(Title):.*$" blue default
-highlight article "\\[[0-9][0-9]*\\]" magenta default bold
-highlight article "\\[image\\ [0-9]+\\]" green default bold
-highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
-highlight article ":.*\\(link\\)$" cyan default
-highlight article ":.*\\(image\\)$" blue default
-highlight article ":.*\\(embedded flash\\)$" magenta default
+highlight article "URL:.*$" cyan default
+highlight article ":.*\\(link\\)$" blue default
+highlight article ":.*\\(image\\)$" green default
+highlight article ":.*\\(embedded flash\\)$" color2 default
+highlight article "\\[[0-9][0-9]*\\]" color5 default bold
+highlight article "\\[image\\ [0-9]+.*\\]" color6 default bold
+highlight article "\\[embedded flash: [0-9][0-9]*\\]" color10 default bold
+highlight article "^Feed:.*$" color13 default
+highlight article "^Title:.*$" color11 default bold
+highlight article "^Author:.*$" color14 default
+highlight article "^Date:.*$" default default
+highlight article "^Link:.*$" color12 default
diff --git a/ar/.config/newsboat/urls b/ar/.config/newsboat/urls
index c09fbc2..a142b08 100644
--- a/ar/.config/newsboat/urls
+++ b/ar/.config/newsboat/urls
@@ -1,7 +1,6 @@
"--- Query ---"
"query:0-3 Days:unread = \"yes\" and age between 0:3" "Query"
"query:Unread:unread = \"yes\" and age >=8" "Query"
-# "query:Read:unread = \"no\"" "Query"
"query:Flagged:flags != \"\"" "Query"
"query:Media:enclosure_url != \"\" and enclosure_type =~ \"^(audio|video)/\"" "Query"
"query:Content:content != \"\"" "Query"
@@ -47,6 +46,6 @@ https://odysee.com/$/rss/@AlphaNerd:8 "~Mental Outlaw"
https://odysee.com/$/rss/@DistroTube:2 "~DistroTube"
" "
"--- Youtube ---"
-https://www.youtube.com/feeds/videos.xml?channel_id=UCevUmOfLTUX9MNGJQKsPdIA "~Neetcode" Algorithm Tech Youtube
-https://www.youtube.com/feeds/videos.xml?channel_id=UCkWVN7H3JqGtJ5Pv5bvCrAw "~Piotr1215" Neovim Tech Youtube
-https://www.youtube.com/feeds/videos.xml?channel_id=UCrSIvbFncPSlK6AdwE2QboA "~Linkarzu" Neovim Tech Youtube
+https://www.youtube.com/feeds/videos.xml?channel_id=UCevUmOfLTUX9MNGJQKsPdIA "~Neetcode" Algorithm Python Tech Youtube
+https://www.youtube.com/feeds/videos.xml?channel_id=UCkWVN7H3JqGtJ5Pv5bvCrAw "~Piotr1215" Neovim Shell Tech Youtube
+https://www.youtube.com/feeds/videos.xml?channel_id=UCrSIvbFncPSlK6AdwE2QboA "~Linkarzu" Mac Neovim Tech Youtube
diff --git a/ar/.config/zsh/.zshrc b/ar/.config/zsh/.zshrc
index 20e9351..3d2fb6d 100644
--- a/ar/.config/zsh/.zshrc
+++ b/ar/.config/zsh/.zshrc
@@ -114,7 +114,7 @@ zstyle ':fzf-tab:*' switch-group ',' '.' # switch group using `,` and `.`
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc" ] && source "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc"
if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ]; then
- terminal_count=$(pgrep -u "$USER" -ax "${TERMINAL:-st}" | grep -Ev 'spterm|splf|spcalc|vimwikitodo' | wc -l)
+ terminal_count=$(pgrep -u "$USER" -ax "${TERMINAL:-st}" | grep -Ev 'ncmpcpp|newsboat|pulsemixer|spterm|splf|spcalc|stig|vimwikitodo' | wc -l)
if [ "$terminal_count" -le 1 ]; then
if ! tmux has-session 2>/dev/null; then
exec tmux new-session -s code