diff options
Diffstat (limited to 'sh/news')
| -rwxr-xr-x | sh/news | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,20 +1,19 @@ #!/bin/sh 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 + # 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' \ 'https://mail.google.com/mail/u/0/#spam' \ 'https://mail.google.com/mail/u/1/#inbox' \ 'https://mail.google.com/mail/u/1/#spam' \ - https://mail.yahoo.com \ - https://mail.yahoo.com/d/folders/6 \ https://discord.com/channels/@me \ https://en.wikipedia.org/wiki/Portal:Current_events \ - https://slack.com + 'https://panel.ihostart.com/index.php?rp=/announcements' \ + https://bandwagonhost.statuspage.io \ + https://app.element.io/#/room/#archlinux-pinephone:kde.org # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 @@ -25,6 +24,8 @@ daily () { o alacritty -e prp o alacritty -e prp master2 o alacritty -e prp master3 + o alacritty -e prp practice_password4 + o alacritty -e prp practice_password5 } monthly () { |
