gui: Allow selecting a startup theme.
[paraslash.git] / ggo / gui.m4
index dd1e249690ebcf7bd9a1d4ebdcecf0a2b1d343cb..3a59807f6419c00f4bc9ccc26140e8cce893f0c1 100644 (file)
@@ -19,13 +19,24 @@ option "timeout" t
        default="30"
        optional
 
+option "theme" T
+#~~~~~~~~~~~~~~~
+"select startup theme"
+       string typestr = "name"
+       optional
+       details = "
+       If this option is not given the default theme is used.
+       If the given name is not a valid theme name, the list of
+       available themes is printed and the program terminates.
+"
+
 option "stat_cmd" s
 #~~~~~~~~~~~~~~~~~~
 "command to read server and audiod status
 data from"
 
        string typestr="command"
-       default="para_audioc stat"
+       default="para_audioc -- stat -p"
        optional
 
 #---------------------------------