From 1cf070621d57846fcc6ec61e2ff92d10bb7c61e8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 21 Jan 2023 16:19:26 -0600 Subject: [PATCH] change browser for browser.sh move mononoki nerd fonts to PKGBUILD remove mononoki nerd fonts from aur-programs.txt --- browser.sh | 2 +- installers/arch/ajh-base/PKGBUILD | 2 +- installers/arch/files/aur-programs.list | 1 - sway-bar.sh | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/browser.sh b/browser.sh index 8e6e9ed..0b1747d 100755 --- a/browser.sh +++ b/browser.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -WBROWSER=librewolf +WBROWSER="flatpak run com.brave.Browser" #OPTS="       Torrent ) diff --git a/installers/arch/ajh-base/PKGBUILD b/installers/arch/ajh-base/PKGBUILD index 5f77258..21507da 100644 --- a/installers/arch/ajh-base/PKGBUILD +++ b/installers/arch/ajh-base/PKGBUILD @@ -65,7 +65,7 @@ depends=( "aria2" #optional dependency of ani-cli #theming -"noto-fonts" "noto-fonts-emoji" "noto-fonts-cjk" +"noto-fonts" "noto-fonts-emoji" "noto-fonts-cjk" "ttf-mononoki-nerd" "lxappearance" "qt5ct" "archlinux-wallpaper" diff --git a/installers/arch/files/aur-programs.list b/installers/arch/files/aur-programs.list index b9d767c..d763110 100644 --- a/installers/arch/files/aur-programs.list +++ b/installers/arch/files/aur-programs.list @@ -11,7 +11,6 @@ waylogout-git ani-cli-git connman-gtk lf-sixel-git -nerd-fonts-mononoki autotiling wob tofi diff --git a/sway-bar.sh b/sway-bar.sh index e1efd36..9dc67a6 100755 --- a/sway-bar.sh +++ b/sway-bar.sh @@ -122,7 +122,7 @@ crypto() { } 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) " }