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