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

removed space

This commit is contained in:
Ryan Kes 2019-03-11 17:06:31 +01:00
parent 9cd34fc3d0
commit 4aca176a37
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
"${_patches[@]}") "${_patches[@]}")
md5sums=('SKIP' md5sums=('SKIP'
'0fe1531906ed0d267687f7b425e331ab' 'f012506948aac85a43c35d7e09d7483e'
'24ea93ef665decc0315248f62aa65f44' '24ea93ef665decc0315248f62aa65f44'
'58404d0af1893f560926daf605a79919') '58404d0af1893f560926daf605a79919')

View File

@ -78,7 +78,7 @@ static const struct arg args[] = {
{ disk_perc, "\x10 / %s%%", "/" }, { disk_perc, "\x10 / %s%%", "/" },
{ disk_perc, "  %s%% ", "/home" }, { disk_perc, "  %s%% ", "/home" },
{ seperator, "\x11", NULL }, { seperator, "\x11", NULL },
{ vol_perc, " \x12 蓼 %s%% ", "/dev/mixer" }, { vol_perc, "\x12 蓼 %s%% ", "/dev/mixer" },
//{ run_command, "\x12 蓼 %s%% ", "/bin/sh -c \"amixer get Master | tail -n1 | grep -Po '\\[\\K[^%]*' | head -n1\"" }, //{ run_command, "\x12 蓼 %s%% ", "/bin/sh -c \"amixer get Master | tail -n1 | grep -Po '\\[\\K[^%]*' | head -n1\"" },
{ seperator, "\x13", NULL }, { seperator, "\x13", NULL },
{ ram_perc, "\x14  %s%% ", NULL }, { ram_perc, "\x14  %s%% ", NULL },