You are not logged in.

#1 2019-12-18 02:40:17

DaleYYC
Member
From: Calgary, AB, Canada
Registered: 2019-12-18
Posts: 17

[SOLVED] looking for qdbus for use in conky script...

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

#2 2019-12-18 02:50:10

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] looking for qdbus for use in conky script...


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2019-12-18 03:02:26

DaleYYC
Member
From: Calgary, AB, Canada
Registered: 2019-12-18
Posts: 17

Re: [SOLVED] looking for qdbus for use in conky script...

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/qdbus

A way can be a guide but not a fixed path...

Offline

Board footer

Powered by FluxBB