.config/herbstluftwm/panel.sh
This commit is contained in:
parent
ed3eb90ad7
commit
1175754ea3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function print_mailboxes() {
|
|||
# echo -n "^fg($mailcolor)^ro(${tag_width}x$height)^fg()$separator"
|
||||
done
|
||||
mailtxt_only=$(echo -n "$mailtxt" | sed 's.\^[^(]*([^)]*)..g')
|
||||
let mailtxt_width=$(textwidth "$font" "$mailtxt_only")+20
|
||||
let mailtxt_width=$(textwidth "$font" "$mailtxt_only")
|
||||
echo -n "^p(_RIGHT)^p(-$mailtxt_width)$mailtxt"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue