diff options
-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 } |