diff --git a/data/themes/default.edc b/data/themes/default.edc index 1906aae76..a84dc2a34 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -28606,33 +28606,18 @@ collections { group { name: "e/desklock/background"; images { - image: "vgrad_dark.png" COMP; - image: "grill_dark_tiny_pattern.png" COMP; + image: "bg_shadow.png" COMP; + image: "wizard_pattern.png" COMP; } parts { - part { - name: "background_image"; - description { - state: "default" 0.0; - image.normal: "vgrad_dark.png"; + part { name: "base"; + description { state: "default" 0.0; + image.normal: "wizard_pattern.png"; fill { smooth: 0; size { - relative: 0 1.0; - offset: 36 0; - } - } - } - } - part { - name: "grill"; - description { - state: "default" 0.0; - image.normal: "grill_dark_tiny_pattern.png"; - fill { - size { - relative: 0 0; - offset: 144 144; + relative: 0.0 0.0; + offset: 200 200; } } } @@ -28644,6 +28629,13 @@ collections { state: "default" 0.0; } } + part { name: "shadow2"; + mouse_events: 0; + description { state: "default" 0.0; + image.normal: "bg_shadow.png"; + fill.smooth: 0; + } + } } } group { diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 707c8af33..6476553c6 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -94,7 +94,6 @@ gadman_frame.png \ gadman_left.png \ gadman_right.png \ gadman_top.png \ -grill_dark_tiny_pattern.png \ gsm_0.png \ gsm_1.png \ gsm_2.png \ diff --git a/data/themes/images/grill_dark_tiny_pattern.png b/data/themes/images/grill_dark_tiny_pattern.png deleted file mode 100644 index 2c0bfd9ce..000000000 Binary files a/data/themes/images/grill_dark_tiny_pattern.png and /dev/null differ