> (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


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to