Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/drover_layouts/layers/bars/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/drover_layouts/layers/bars/pixel_bar.eve

layout pixel_bar {
    interface:
        background_replace_enabled;
        remove_background_enabled;
        adjust_colors_button_enabled;
        adjust_colors_text_button_enabled;
        harmonize_layer_enabled;
        harmonize_layer_text_enabled;
        action_panel_button_enabled;
        import_images_button_enabled;
        rotate_object_edit_enabled;

    view context_bar(name: '$$$/CxUI/Pixel/Bar/Title=Pixel Layer Bar') {
        context_button(identifier: "select_subject", image: "Drover_SelectSubject", name: '$$$/CxUI/Pixel/Bar/Button/SelectSubject/Name=Select subject');
        optional(bind: @remove_background_enabled) {
            context_button(identifier: "remove_background", image: "Drover_RemoveBackground", name: '$$$/CxUI/Pixel/Bar/Button/RemoveBackground/Name=Remove background');
        }
        optional(bind: @rotate_object_edit_enabled) {
            context_button(identifier: "object_rotate_edit", image: "DroverRotateObject", name: '$$$/CxUI/Transform/Bar/Button/RotateObject/Edit/Label=Edit Rotate Object');
        }
        optional(bind: @background_replace_enabled, value: true) {
            context_button(identifier: "edit_background", image: "Drover_EditBackground", name: '$$$/CxUI/Pixel/Bar/Button/EditBackground/Name=Edit background');
        }
        optional(bind: @adjust_colors_text_button_enabled) {
            context_button(identifier: "adjust_colors_text", image: "Drover_AdjustColors", name: '$$$/CxUI/Pixel/Bar/Button/AdjustColors/Name=Adjust colors');
        }
        optional(bind: @harmonize_layer_text_enabled) {
            context_button(identifier: "harmonize_layer_text", image: "Drover_HarmonizeLayer", name: '$$$/CxUI/Pixel/Bar/Button/HarmonizeLayer/Name=Harmonize', 
                                       alt: '$$$/CxUI/Pixel/Bar/Button/HarmonizeLayer/Tooltip=Harmonize the layer with the layers below it.');
        }
        optional(bind: @harmonize_layer_enabled) {
            context_button(identifier: "harmonize_layer", image: "Drover_HarmonizeLayer", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/HarmonizeLayer/Tooltip=Harmonize the layer with the layers below it.');
        }

        optional(bind: @adjust_colors_button_enabled) {
            context_button(identifier: "adjust_colors", image: "Drover_AdjustColors", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/AdjustColors/Name=Adjust colors');
        }

        optional(bind: @action_panel_button_enabled) {
            context_button(identifier: "action_panel", image: "ActionCxuiIcon", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/ActionPanel/Tooltip=Open Action Panel');
        }

        context_button(identifier: "transform", image: "Drover_TransformSelection", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/Transform/Tooltip=Transform image');
        context_button(identifier: "adjustment", image: "Drover_Adjustments", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/Adjustment/Tooltip=Create new adjustment layer');

        optional(bind: @import_images_button_enabled) {
            context_button(identifier: "import_images_btn", image: "Drover_AddContent", variant:'action', is_quiet:true, alt: '$$$/CxUI/Pixel/Bar/Button/ImportImages/Tooltip=Add or generate images');
        }
        
        context_button(identifier: "more", image: "More_Options", variant:'action', is_quiet:true, alt: '$$$/CxUI/Start/Bar/Button/MoreOptions/More=More options');
    }
}