diff --git a/.bashrc b/.bashrc index b1ddb20..52f8a48 100755 --- a/.bashrc +++ b/.bashrc @@ -77,7 +77,7 @@ PATH=$PATH:~/.config/emacs/bin/ # Pacman aliases alias install='sudo pacman -S' alias update='sudo pacman -Syu' -alias search='sudo pacman -Ss' +alias search='pacman -Ss' alias remove='sudo pacman -Rs' alias uninstall='sudo pacman -Rs' diff --git a/.config/doom/config.el b/.config/doom/config.el index 885cc8c..04fa02b 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -85,6 +85,9 @@ '((sequence "NEXT(n)" "TODO(t)" "|" "DONE(d!)") (sequence "ACTIVE(a)" "PROJ(p)" "WAIT(w@/!)" "HOLD(h)" "BACKLOG(b)" "DOC(u)" "|" "COMPLETED(c)" "CANC(k@)"))) + (setq org-todo-keyword-faces + '(("NEXT" . "red") ("TODO" . "orange") ("WAIT" . "yellow") ("DONE" . "green"))) + (setq org-refile-targets '(("archive.org" :maxlevel . 1) ("planner.org" :maxlevel . 1))) diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..24baf5d --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,41 @@ +#show-read-feeds no +auto-reload yes + +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 + +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 white default bold + +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 diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..93fb89e --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,6 @@ +https://protesilaos.com/master.xml +https://landchad.net/rss.xml +https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Videos)" +https://thegrayzone.com/rss +https://multipolarista.com/rss +https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left" diff --git a/.config/sway/config b/.config/sway/config index 948e877..f12a1d5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -239,7 +239,7 @@ bindswitch --reload --locked lid:off output $laptop enable #output DP-1 pos 0 0 # Wallpaper -output * bg /home/opal/.config/wallpapers/mountains.jpg fill +output * bg /home/opal/.config/wallpapers/middle-earth.jpg fill # Assign workspaces to numbers set $ws1 number 1