1
0
mirror of https://github.com/alrayyes/slstatus synced 2023-11-14 15:56:27 +00:00

Merge branch 'master' of github.com:alrayyes/slstatus

This commit is contained in:
Ryan Kes 2019-04-11 14:48:47 +02:00
commit 6f7895ce6c
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A status monitor for window managers' pkgdesc='A status monitor for window managers'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://tools.suckless.org/slstatus' url='http://tools.suckless.org/slstatus'
depends=('libx11' 'notmuch') depends=('libx11' 'notmuch' 'aarchup')
makedepends=('git') makedepends=('git')
license=('custom:ISC') license=('custom:ISC')
@ -24,7 +24,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
"${_patches[@]}") "${_patches[@]}")
md5sums=('SKIP' md5sums=('SKIP'
'eb9d3e01f80ea909f62c5759c1320705' '3b8269c3e8d46db84137dca1e023d6e0'
'24ea93ef665decc0315248f62aa65f44' '24ea93ef665decc0315248f62aa65f44'
'58404d0af1893f560926daf605a79919' '58404d0af1893f560926daf605a79919'
'fc9b31ea31470b6816f1f92c6bc6fa9d' 'fc9b31ea31470b6816f1f92c6bc6fa9d'

View File

@ -77,7 +77,7 @@ static const struct arg args[] = {
/* { seperator, "\x0D", NULL }, */ /* { seperator, "\x0D", NULL }, */
{ backlight_perc, "\x0E  %s%% ", "intel_backlight" }, { backlight_perc, "\x0E  %s%% ", "intel_backlight" },
/* { seperator, "\x0F", NULL }, */ /* { seperator, "\x0F", NULL }, */
{ vol_perc, "\x10 蓼 %s%% ", "/dev/mixer" }, { vol_perc, "\x10 蓼 %s ", "Master" },
/* { seperator, "\x11", NULL }, */ /* { seperator, "\x11", NULL }, */
{ disk_perc, "\x12 / %s%%", "/" }, { disk_perc, "\x12 / %s%%", "/" },
{ disk_perc, "  %s%% ", "/home" }, { disk_perc, "  %s%% ", "/home" },