X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fproperties.h;h=3fe023972ef331b828f1aa3167254e4b8706dc36;hb=902b0ebf7cda5afb5e59bc7e9f412567825fea1c;hp=c66edb23df4e55237762652185de35a187757d3b;hpb=b0daed8dd52ebaa40fa993e5b9f23c823937c120;p=chaz%2Ftint2 diff --git a/src/tint2conf/properties.h b/src/tint2conf/properties.h index c66edb2..3fe0239 100644 --- a/src/tint2conf/properties.h +++ b/src/tint2conf/properties.h @@ -17,15 +17,25 @@ GtkWidget *taskbar_name_padding_x, *taskbar_name_inactive_color, *taskbar_name_ // task // clock +GtkWidget *clock_format_line1, *clock_format_line2, *clock_tmz_line1, *clock_tmz_line2; +GtkWidget *clock_left_command, *clock_right_command; +GtkWidget *clock_padding_x, *clock_padding_y, *clock_font_line1, *clock_font_line2, *clock_font_color; // battery +GtkWidget *battery_hide_if_higher, *battery_alert_if_lower, *battery_alert_cmd; +GtkWidget *battery_padding_x, *battery_padding_y, *battery_font_line1, *battery_font_line2, *battery_font_color; // systray -GtkWidget *systray_icon_order; +GtkWidget *systray_icon_order, *systray_padding_x, *systray_padding_y, *systray_spacing; +GtkWidget *systray_icon_size, *systray_icon_opacity, *systray_icon_saturation, *systray_icon_brightness; // tooltip +GtkWidget *tooltip_padding_x, *tooltip_padding_y, *tooltip_font, *tooltip_font_color; +GtkWidget *tooltip_task_show, *tooltip_show_after, *tooltip_hide_after; +GtkWidget *clock_format_tooltip, *clock_tmz_tooltip; // launcher +GtkWidget *launcher_icon_size, *launcher_icon_theme, *launcher_padding_x, *launcher_padding_y, *launcher_spacing; // background GtkWidget *combo_background;