You are not logged in.
I have the following code in my conky configuration (this was working on Fedora 31)
conky.text = [[
${font Helvetica Bold:pixelsize=20}${color FFFFFF}
${execi 5 qdbus org.mpris.MediaPlayer2.Lollypop /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep artist | cut -c15-}
${execi 5 qdbus org.mpris.MediaPlayer2.Lollypop /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep album | cut -b14- | sed 's/tist: Radio//'}
]];Arch seems not to have qdbus. Any idea how I can get it? I looked around and I couldn't find any packages with it.
TIA
Last edited by DaleYYC (2019-12-18 03:13:51)
A way can be a guide but not a fixed path...
Offline
Look harder...
https://wiki.archlinux.org/index.php/Pa … cific_file
Offline
perfect! thanks! pacman -Fy returned:
extra/bash-completion 2.10-1
usr/share/bash-completion/completions/qdbus
extra/qt5-tools 5.13.2-1 (qt qt5)
usr/bin/qdbusA way can be a guide but not a fixed path...
Offline