diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 12:22:01 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 12:22:10 +0800 |
commit | 2bda010d8aa91f5bb85f8bab59868fc105e13c4d (patch) | |
tree | 8f1d40a7caaab1d345a1b123cd8afeabad13d809 | |
parent | 9a555f44090bf8be8212626ee518b07e48148e93 (diff) |
-rwxr-xr-x | sh/news | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,8 +3,8 @@ daily () { # track DMIT VPS sells o Telegram - # 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 + # ihostart and bandwagonhost announcements rss/atom feed are not working, + # so I put them here instead. o "$BROWSER" \ https://github.com/notifications \ 'https://mail.google.com/mail/u/0/#inbox' \ @@ -12,7 +12,9 @@ daily () { 'https://mail.google.com/mail/u/1/#inbox' \ 'https://mail.google.com/mail/u/1/#spam' \ https://discord.com/channels/@me \ - https://en.wikipedia.org/wiki/Portal:Current_events + https://en.wikipedia.org/wiki/Portal:Current_events \ + 'https://panel.ihostart.com/index.php?rp=/announcements' \ + https://bandwagonhost.statuspage.io # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 |