diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-03 15:00:22 -0800 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-03 15:00:22 -0800 | 
| commit | 1862c0dcc3f1d6b0cab991b279a54f67ae9d8287 (patch) | |
| tree | 940e19a10bc20aa512c12fd65528c1c1380feddd | |
| parent | 5372dce55dc8ebcb31b1a5e5e0ffa2e336462f8d (diff) | |
update
| -rwxr-xr-x | sh/news | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -2,6 +2,7 @@  daily () {  	# mail.yahoo.com/d/folders/6 is spam folder +	# ihostart announcements rss feed not working on newsboat, not sure why, so I put here instead  	o "$BROWSER" \  		https://github.com/notifications \  		'https://mail.google.com/mail/u/0/#inbox' \ @@ -10,7 +11,8 @@ daily () {  		'https://mail.google.com/mail/u/1/#spam' \  		https://mail.yahoo.com \  		https://mail.yahoo.com/d/folders/6 \ -		https://en.wikipedia.org/wiki/Portal:Current_events +		https://en.wikipedia.org/wiki/Portal:Current_events \ +		https://panel.ihostart.com/index.php?rp=/announcements  	# alacritty --hold must be before -e  	# full window: -w156, am and pm in one line: -w114  	o alacritty --hold -e rem -cu+2 -@ -w114 | 
