X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fproperties.h;h=4c0ed363d540454da245a97fa5abd2958e7df5ed;hb=28fea9690c8f71dbe1ab4da63e915cf292f54094;hp=5378bd732a424965c6ac57d8e106dfc6d9c243da;hpb=65926c0b435e4eafa8cbac1da30c081212dfa962;p=chaz%2Ftint2 diff --git a/src/tint2conf/properties.h b/src/tint2conf/properties.h index 5378bd7..4c0ed36 100644 --- a/src/tint2conf/properties.h +++ b/src/tint2conf/properties.h @@ -4,6 +4,38 @@ #include +// panel +GtkWidget *panel_width, *panel_height, *panel_margin_x, *panel_margin_y, *panel_padding_x, *panel_padding_y, *panel_spacing; +GtkWidget *panel_wm_menu, *panel_dock, *panel_autohide, *panel_autohide_show_time, *panel_autohide_hide_time, *panel_autohide_size; +GtkWidget *panel_combo_strut_policy, *panel_combo_layer, *panel_combo_width_type, *panel_combo_height_type, *panel_combo_monitor; +GtkWidget *items_order; + +// taskbar +GtkWidget *taskbar_show_desktop, *taskbar_show_name, *taskbar_padding_x, *taskbar_padding_y, *taskbar_spacing; +GtkWidget *taskbar_name_padding_x, *taskbar_name_inactive_color, *taskbar_name_active_color, *taskbar_name_font; + +// task + +// clock +GtkWidget *clock_format_line1, *clock_format_line2, *clock_format_tooltip, *clock_tmz_line1, *clock_tmz_line2, *clock_tmz_tooltip; +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, *systray_padding_x, *systray_padding_y, *systray_spacing; +GtkWidget *systray_icon_size, *systray_icon_opacity, *systray_icon_saturation, *systray_icon_brightness; + +// tooltip + +// launcher + +// background +GtkWidget *combo_background; +GtkWidget *margin_x, *margin_y; GtkWidget *create_properties();