change browser for browser.sh

move mononoki nerd fonts to PKGBUILD
remove mononoki nerd fonts from aur-programs.txt
master
Alex 2023-01-21 16:19:26 -06:00
parent f786c08168
commit 1cf070621d
4 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
WBROWSER=librewolf WBROWSER="flatpak run com.brave.Browser"
#OPTS="       Torrent ) #OPTS="       Torrent )

View File

@ -65,7 +65,7 @@ depends=(
"aria2" #optional dependency of ani-cli "aria2" #optional dependency of ani-cli
#theming #theming
"noto-fonts" "noto-fonts-emoji" "noto-fonts-cjk" "noto-fonts" "noto-fonts-emoji" "noto-fonts-cjk" "ttf-mononoki-nerd"
"lxappearance" "lxappearance"
"qt5ct" "qt5ct"
"archlinux-wallpaper" "archlinux-wallpaper"

View File

@ -11,7 +11,6 @@ waylogout-git
ani-cli-git ani-cli-git
connman-gtk connman-gtk
lf-sixel-git lf-sixel-git
nerd-fonts-mononoki
autotiling autotiling
wob wob
tofi tofi

View File

@ -122,7 +122,7 @@ crypto() {
} }
update() { update() {
echo " $(crypto)$SEP$(cputemp)$SEP$(battery)$SEP$(netup)$SEP$(audio)$SEP$(rss)$SEP$(weather)$SEP$(ddate) " echo " $SEP$(battery)$SEP$(netup)$SEP$(audio)$SEP$(rss)$SEP$(weather)$SEP$(ddate) "
} }