diff options
| -rwxr-xr-x | sh/news | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -6,6 +6,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  	# I disabled discord notification for some lab/project group, I prefer check manually everyday +	# track tinygrad twitter see if AMD open source GPU firmware or not  	o "$BROWSER" \  		https://github.com/notifications \  		'https://mail.google.com/mail/u/0/#inbox' \ @@ -17,7 +18,8 @@ daily () {  		https://discord.com/channels/@me \  		https://en.wikipedia.org/wiki/Portal:Current_events \  		https://panel.ihostart.com/index.php?rp=/announcements \ -		https://flylightning.xyz +		https://flylightning.xyz \ +		https://twitter.com/__tinygrad__  	# alacritty --hold must be before -e  	# full window: -w156, am and pm in one line: -w114  	o alacritty --hold -e rem -cu+2 -@ -w114 | 
