diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-08 14:07:42 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-08 14:07:42 -0800 |
commit | 60572aa2c4f0316793127fbe8592c6eee28bb7e4 (patch) | |
tree | 3ef34d5bc3bd7972f747cf7320af70d33025049e /home/xyz/.local | |
parent | cd786563fb39326e6bc51159fc711873df7dec30 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/news | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news index 625142b3..0847e396 100755 --- a/home/xyz/.local/bin/news +++ b/home/xyz/.local/bin/news @@ -2,7 +2,7 @@ daily () { # 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://en.wikipedia.org/wiki/Portal:Current_events http://download.huzheng.org + 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://en.wikipedia.org/wiki/Portal:Current_events # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 @@ -11,7 +11,7 @@ daily () { } monthly () { - o "$BROWSER" https://smtp.cheogram.com/ + o "$BROWSER" https://smtp.cheogram.com/ http://download.huzheng.org o alacritty --hold -e rate } |