stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] mpd status on the mode-line


From: Timur Sufiev
Subject: Re: [STUMP] mpd status on the mode-line
Date: Sun, 19 Jul 2009 13:55:19 +0400

> (setf stumpwm:*screen-mode-line-format*
>   (list "%W |"))=20
> '(:eval (stumpwm:run-shell-command "date" t))))
> 
> But it doesn't work; it just doesn't display that additional info.

Parentheses are misplaced. Try this:
 (setf stumpwm:*screen-mode-line-format*
       (list "%W |"
             '(:eval (stumpwm:run-shell-command "date" t))))

-- 
Timur Sufiev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]