diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 19:38:57 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 19:38:57 -0700 |
commit | 43761f26318217cb31681d7019e43fbcfc72f572 (patch) | |
tree | 04510306a060a1442a0d496ab6aee3a1c859f097 /home/xyz/.local | |
parent | d39ea45565a32a1fbec1520e75a1a434810adebf (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/news | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news index 53667c27..219245f4 100755 --- a/home/xyz/.local/bin/news +++ b/home/xyz/.local/bin/news @@ -4,18 +4,18 @@ daily () { o telegram-desktop # maybe add: https://discord.com/channels/@me # mail.yahoo.com/d/folders/6 is spam folder - o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 https://kyun.host/ 'https://store.steampowered.com/app/1948800/_/' 'https://iknowwhatyoudownload.com/en/peer/' + o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 https://kyun.host/ https://store.steampowered.com/app/1948800/_/ # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 o alacritty --hold -e wtr o alacritty -e newsboat - o alacritty --hold -e rate o alacritty -e weechat } monthly () { - o "$BROWSER" --new-window https://smtp.cheogram.com/ + o "$BROWSER" --new-window https://smtp.cheogram.com/ https://iknowwhatyoudownload.com/en/peer/ + o alacritty --hold -e rate } if [ $# -eq 0 ]; then |