LOGIN / SIGN UP

#175 Using "case, if" stuff for vars file.

Reported by: Demelier David (Markand) Assigned to: Jyri Jokinen (shared)
Phase: release-0.1.1 Component: configuration
Type: enhancement Status: closed
Priority: 3: Medium
Watchers:

Description

Hi,

For the moment I use a script which return a value depending on my OS (freebsd or linux) and which set some variables in my vars file. It works well but I guess it can be great to use a case function like in shell, something like that in the pekwm vars file:

case `uname -s` in (for exemple).

What do you think about that ?

2010-03-10

16:25:07 changed from new to closed
16:25:07

This won't be included in the pekwm-0.1.X, 0.2.X might get scripting support (when it is implemented). If so, that will be covered there. For now, use COMMAND="" to handle it.