From f5dfa7761a88a93c64bc306803549511a69a7d45 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 4 Dec 2022 10:37:06 -0600 Subject: [PATCH] add pamixer to ajh-base, update ajh-base to 1.4 --- installers/arch/ajh-base/PKGBUILD | 3 ++- sway-bar.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/installers/arch/ajh-base/PKGBUILD b/installers/arch/ajh-base/PKGBUILD index ac8647b..4391da5 100644 --- a/installers/arch/ajh-base/PKGBUILD +++ b/installers/arch/ajh-base/PKGBUILD @@ -1,7 +1,7 @@ pkgname="ajh-base" pkgver="1.0.0" pkgver="1" -pkgrel="3" +pkgrel="4" pkgdesc="Install my config for Arch based systems." arch=("x86_64") @@ -46,6 +46,7 @@ depends=( "openssh" "flatpak" "jq" +"pamixer" #libs/plugins "python-urwid" diff --git a/sway-bar.sh b/sway-bar.sh index c8b5cb2..90e2a32 100755 --- a/sway-bar.sh +++ b/sway-bar.sh @@ -132,8 +132,8 @@ update() { if [ "$1" ] && [ "$1" = "-l" ]; then echo "$$" > ~/.cache/statusbar_pid - sh ~/.local/scripts/update-crypto.sh -i & - sh ~/.local/scripts/update-weather.sh -i & + sh ~/.local/scripts/update-crypto.sh -i >> /dev/null & + sh ~/.local/scripts/update-weather.sh -i >> /dev/null & while true do