Re: [dwm] xsetroot/status scripting using rc shell?

From: Anselm R Garbe <garbeam_AT_gmail.com>
Date: Mon, 15 Dec 2008 08:15:44 +0000

2008/12/14 Michael Brown <ebebe33_AT_gmail.com>:
> Maybe a silly question, but is any p9p user out there able to set the
> statusbar text with xsetroot using rc(1)?

Did you check if

  xsetroot -name foobar

works at all? If not something might be wrong with the DISPLAY variable.

> The following don't seem to work:
> xsetroot -name `{SCRIPT}
> xsetroot -name "`{SCRIPT}"
> xsetroot -name "(`{SCRIPT})"

The first one is correct. Try something like

  xsetroot -name `{date}^" "^`{uptime}

for example.

Kind regards,
--Anselm
Received on Mon Dec 15 2008 - 08:15:44 UTC

This archive was generated by hypermail 2.2.0 : Mon Dec 15 2008 - 08:24:03 UTC