mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
Merge pull request #165 from Ma27/improve-power-symbols
Append emptystring after charge/battery string
This commit is contained in:
commit
5cc4773dc6
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ void ya_int_battery(ya_block_t *blk) {
|
|||
}
|
||||
if(stat == 'C' && blk->internal->option[1])
|
||||
strcat(strcat(startstr, " "), bat_chargestr);
|
||||
strcat(startstr, " ");
|
||||
sprintf(startstr+strlen(startstr), "%*d", space, bat);
|
||||
if(suflen)
|
||||
strcat(blk->buf, blk->internal->suffix);
|
||||
|
|
Loading…
Add table
Reference in a new issue