add pamixer to ajh-base, update ajh-base to 1.4

master
Alex 2022-12-04 10:37:06 -06:00
parent ec7df1e5dd
commit f5dfa7761a
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgname="ajh-base" pkgname="ajh-base"
pkgver="1.0.0" pkgver="1.0.0"
pkgver="1" pkgver="1"
pkgrel="3" pkgrel="4"
pkgdesc="Install my config for Arch based systems." pkgdesc="Install my config for Arch based systems."
arch=("x86_64") arch=("x86_64")
@ -46,6 +46,7 @@ depends=(
"openssh" "openssh"
"flatpak" "flatpak"
"jq" "jq"
"pamixer"
#libs/plugins #libs/plugins
"python-urwid" "python-urwid"

View File

@ -132,8 +132,8 @@ update() {
if [ "$1" ] && [ "$1" = "-l" ]; then if [ "$1" ] && [ "$1" = "-l" ]; then
echo "$$" > ~/.cache/statusbar_pid echo "$$" > ~/.cache/statusbar_pid
sh ~/.local/scripts/update-crypto.sh -i & sh ~/.local/scripts/update-crypto.sh -i >> /dev/null &
sh ~/.local/scripts/update-weather.sh -i & sh ~/.local/scripts/update-weather.sh -i >> /dev/null &
while true while true
do do