Fix off-by-one-pixel
This commit is contained in:
parent
4b33768fef
commit
1c33cbc2db
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
|||
[mpd-shared]
|
||||
type = internal/mpd
|
||||
|
||||
format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-126}%{T5}<label-song>%{T-} <icon-next>
|
||||
small-format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-51}%{T5}<label-song>%{T-} <icon-next>
|
||||
format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-125}%{T5}<label-song>%{T-} <icon-next>
|
||||
small-format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-50}%{T5}<label-song>%{T-} <icon-next>
|
||||
|
||||
format-stopped = %{A1:cantata &:}%{A}
|
||||
format-stopped-foreground = ${colors.foreground-alt}
|
||||
|
|
Loading…
Reference in a new issue