You are not logged in.

#1 2011-04-13 21:29:41

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 613

conky, ${desktop_name} doesn't start

OpenBox's autostart ends with::

...
sleep 3 &
xset -dpms &
tint2 &
guake &
pidgin &
ario -m &
sleep 3
conky &

All conky's sources do work except for ${desktop_name} - it is empty. Just resaving of ~/.conkyrc "cures" the problem (as far as conky reloads).
What is that special thing with this ${desktop_name}? I know the only special thing - it is last TEXT object in the config file smile


"I exist" is the best myth I know..

Offline

#2 2011-04-14 18:57:26

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 613

Re: conky, ${desktop_name} doesn't start

OK, I have appended:

...
sleep 2
conky &
sleep 2
killall -USR1 conky &
...

It helps, but ir's very ugly... Something more smart? smile


"I exist" is the best myth I know..

Offline

#3 2011-04-14 20:06:26

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 613

Re: conky, ${desktop_name} doesn't start

And another solution for current desktop name is to use

${execi 0.1 wmctrl -d | grep "\*" | awk '{print $10}'}

"I exist" is the best myth I know..

Offline

Board footer

Powered by FluxBB