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:
commit
6f7895ce6c
4
PKGBUILD
4
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')
|
||||
|
||||
@ -24,7 +24,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
||||
"${_patches[@]}")
|
||||
|
||||
md5sums=('SKIP'
|
||||
'eb9d3e01f80ea909f62c5759c1320705'
|
||||
'3b8269c3e8d46db84137dca1e023d6e0'
|
||||
'24ea93ef665decc0315248f62aa65f44'
|
||||
'58404d0af1893f560926daf605a79919'
|
||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||
|
2
config.h
2
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" },
|
||||
|
Loading…
Reference in New Issue
Block a user