summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-12 22:06:35 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-12 22:06:35 -0700
commit07058ffa33fc90e6cd583db82d1a7577a07ed734 (patch)
tree0b6737aacdb29044c3c01e5cb5f9fd8ca90fc895 /home
parenta3d1aaa0fac34f27c19054fa79fcab43abbd0126 (diff)
update
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/news6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news
index 4cd7855f..82c47f34 100755
--- a/home/xyz/.local/bin/news
+++ b/home/xyz/.local/bin/news
@@ -1,7 +1,8 @@
#!/bin/sh
daily () {
- o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://discord.com/channels/@me
+ # maybe add: https://discord.com/channels/@me
+ o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam'
# alacritty --hold must be before -e
# full window: -w156, am and pm in one line: -w114
o alacritty --hold -e rem -cu+2 -@ -w114
@@ -12,9 +13,8 @@ daily () {
}
monthly () {
- o alacritty --hold -e rate xmr@60d
+ o alacritty --hold -e rate
o "$BROWSER" --new-window https://smtp.cheogram.com/
- daily
}
if [ $# -eq 0 ]; then