py3status icon indicating copy to clipboard operation
py3status copied to clipboard

add format_stopped to deadbeef

Open porudev opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Yes, currently there is no option to hide deadbeef's custom format when it not running

Your py3status version py3status version 3.45 (python 3.10.5) on i3

Describe the solution you'd like Add an option like format_stopped = "" to show nothing while it not running when there is a custom format already set

Describe alternatives you've considered Use deadbeef without a custom format but look really bad on my setup

Additional context image image

The second image is when i don't use custom format, it disappear when i close deadbeef, the first one is with custom format and it doesn't disappear when i close deadbeef

porudev avatar Jul 29 '22 13:07 porudev

Your custom format should look something like this.

# Untested.
format = "[\?if=title ICON ][{artist} - ][{title}]"

# Maybe this one. Idr.
format = "[\?if=title&show ICON ][{artist} - ][{title}]"

# Maybe this one too. Idr. Smaller.
format = "[ICON [{artist} - ]{title}]"

lasers avatar Jul 30 '22 13:07 lasers

that's a chief kiss, thank you!

porudev avatar Aug 06 '22 01:08 porudev

<3

ultrabug avatar Aug 08 '22 07:08 ultrabug