summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-11-04 13:24:59 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-11-04 13:24:59 -0700
commit42ad4da71dbee4d2e7b8092cca712b5fde570092 (patch)
tree87e986623a31f27f70433e2cd81cac2032866b15 /home/xyz/.local
parentda345e8fc882e74261699c6af870c4334536a6e8 (diff)
bug fixed
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/news2
-rwxr-xr-xhome/xyz/.local/bin/upd2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news
index f4a83380..625142b3 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 https://archlinux.org/packages/extra/x86_64/nvidia 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 http://download.huzheng.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
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 5496053a..aa762fb7 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -67,7 +67,7 @@ misc () {
}
pac () {
- pacpacs="$(sudo pacman --noconfirm -Syu --ignore nvidia-utils | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)"
+ pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)"
aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git --ignore searxng-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)"
# part steal from aur comment
# sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709