polybar / polybar-scripts

This is a community project. We write and collect scripts for polybar!
The Unlicense
2.48k stars 340 forks source link

player mpris tail audio control keys not showing #354

Closed Anonymous78910 closed 2 years ago

Anonymous78910 commented 2 years ago

Hey, first of all thanks for making such a wonderful script. I have used mpristail Output using formatters and Polybar action handlers. While I am able to see name of song and artist I cant see play pause next previous keys. They are not just there. I am new to all this. Please ask for any conf file if needed

x70b1 commented 2 years ago

Please post your config. This would help.

Anonymous78910 commented 2 years ago

Here you go: https://pastebin.com/0BW8rt7P

x70b1 commented 2 years ago

You have your module config in an external file? Can you add this here?

Anonymous78910 commented 2 years ago

Yeah they are in seperate files as in polybar-themes. modules: https://pastebin.com/G5iNeZhN

x70b1 commented 2 years ago

Could you run your polybar from command line? Something like

$ polybar main

This should give you some logs. Paste them here.

Anonymous78910 commented 2 years ago

$ polybar main -c ~/polybar-themes/simple/forest/config.ini notice: Parsing config file: /home/username/polybar-themes/simple/forest/config.ini error: module/mpd: Connection refused error: module/mpd: Connection refused notice: Loaded font "Poppins-Medium:size=10" (name=Poppins, offset=4, file=/home/username/.local/share/fonts/Poppins/Poppins-Regular.ttf) notice: Loaded font "Iosevka Nerd Font:size=10" (name=Iosevka, offset=3, file=/home/username/.local/share/fonts/iosevka_nerd_font.ttf) notice: Loaded font "feather:size=12" (name=feather, offset=3, file=/home/username/.local/share/fonts/feather.ttf)

x70b1 commented 2 years ago

Do you have some lines like this?

warn: Dropping unmatched character ⏵ (U+23f5) in ...
Anonymous78910 commented 2 years ago

no such error

x70b1 commented 2 years ago

I have checked the script. Everything works with it. So I would expect an configuration issue.

Could you show a screenshot of what you can see?

Anonymous78910 commented 2 years ago

2021-12-06-213301_565x22_scrot

x70b1 commented 2 years ago

Unfortunately, I can not reproduce the problem. Reopen this issue if you could find out something if you want.