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) " }