You are not logged in.

#1 2008-09-23 12:39:02

ijk5tra
Member
Registered: 2008-09-23
Posts: 11

[dzen2] one question

hi,

how can i run dzen with command line, with some picture (icon) ?
for example:

$ DOT="^p(5)^c(5)^p(5)"
$ PICCLOCK="^fg(#80AA83)^i($HOME/.xmonad/icons/xbm8x8/clock.xbm)^fg()"
$ (echo "$PICCLOCK hello $DOT"; sleep 10) | dzen2

so, DOT is work, but PICCLOCK it doesn't work sad

Offline

#2 2008-09-23 13:06:25

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: [dzen2] one question

Works fine here. Check the path to the icons again.

Offline

#3 2008-09-28 14:34:20

ijk5tra
Member
Registered: 2008-09-23
Posts: 11

Re: [dzen2] one question

hmm, i have one problem with xpm's pict,

$ PICCLOCK="^i($HOME/kalarm.xpm)"
$ (echo "$PICCLOCK hello"; sleep 10) | dzen2 -h 50

this code doesn't work, why?

Offline

#4 2008-09-28 15:29:15

gotmor
Member
From: Germany
Registered: 2007-09-03
Posts: 84
Website

Re: [dzen2] one question

ijk5tra wrote:

hmm, i have one problem with xpm's pict,

$ PICCLOCK="^i($HOME/kalarm.xpm)"
$ (echo "$PICCLOCK hello"; sleep 10) | dzen2 -h 50

this code doesn't work, why?

From dzen's README:

By default dzen will not be compiled with Xinerama and XPM support.
Uncomment the respective lines in config.mk to change this.

Did you do so?

Offline

Board footer

Powered by FluxBB