mirror of
https://github.com/alrayyes/slstatus
synced 2023-11-14 15:56:27 +00:00
set alsa device
This commit is contained in:
parent
4e11816ff4
commit
635e6983be
2
PKGBUILD
2
PKGBUILD
@ -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