added new variables battery_volts and battery_temp
[monky] / src / text_object.h
index 50c94be..4581c91 100644 (file)
@@ -44,6 +44,8 @@ enum text_object_type {
        OBJ_acpitemp,
        OBJ_battery,
        OBJ_battery_time,
+       OBJ_battery_temp,
+       OBJ_battery_volts,
        OBJ_battery_percent,
        OBJ_battery_bar,
        OBJ_battery_short,
@@ -140,9 +142,7 @@ enum text_object_type {
        OBJ_ibm_volume,
        OBJ_ibm_brightness,
        OBJ_smapi,
-#ifdef X11
        OBJ_smapi_bat_bar,
-#endif /* X11 */
        OBJ_smapi_bat_perc,
        OBJ_smapi_bat_temp,
        OBJ_smapi_bat_power,
@@ -230,6 +230,7 @@ enum text_object_type {
 #endif /* X11 */
        OBJ_nameserver,
        OBJ_nodename,
+       OBJ_nodename_short,
        OBJ_nvidia,
        OBJ_pre_exec,
        OBJ_cmdline_to_pid,