From 635e6983be44a04455bc5f60791b374c0c2e9ff5 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 2 Apr 2019 11:40:19 +0200 Subject: [PATCH 1/2] set alsa device --- PKGBUILD | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ffdc38a..131e8f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,7 +24,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}" "${_patches[@]}") md5sums=('SKIP' - 'eb9d3e01f80ea909f62c5759c1320705' + '3b8269c3e8d46db84137dca1e023d6e0' '24ea93ef665decc0315248f62aa65f44' '58404d0af1893f560926daf605a79919' 'fc9b31ea31470b6816f1f92c6bc6fa9d' diff --git a/config.h b/config.h index e6d77e5..81bdd7f 100644 --- a/config.h +++ b/config.h @@ -77,7 +77,7 @@ static const struct arg args[] = { /* { seperator, "\x0D", NULL }, */ { backlight_perc, "\x0E  %s%% ", "intel_backlight" }, /* { seperator, "\x0F", NULL }, */ - { vol_perc, "\x10 蓼 %s%% ", "/dev/mixer" }, + { vol_perc, "\x10 蓼 %s ", "Master" }, /* { seperator, "\x11", NULL }, */ { disk_perc, "\x12 / %s%%", "/" }, { disk_perc, "  %s%% ", "/home" }, From aa3a2acad5a4e385801f1acd24ae514e6898d388 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Thu, 4 Apr 2019 19:32:43 +0200 Subject: [PATCH 2/2] updates now handled by aarchup --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 131e8f2..0dab412 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='A status monitor for window managers' arch=('i686' 'x86_64') url='http://tools.suckless.org/slstatus' -depends=('libx11' 'notmuch') +depends=('libx11' 'notmuch' 'aarchup') makedepends=('git') license=('custom:ISC')