Packagekit module: try a new icon.

New icon for the E module as discussed on T427, I'm not
really happy by all the bits but its a good start. Also put
in the inkscape svg mockup file.

Thanks to ragecryx that draw the base icon!
This commit is contained in:
Davide Andreoli 2014-01-26 23:49:07 +01:00
parent 5f0ca660b4
commit ae975c98a0
11 changed files with 9 additions and 8 deletions

View File

@ -494,7 +494,6 @@ img/packagekit_work1.png \
img/packagekit_work2.png \
img/packagekit_work3.png \
img/packagekit_work4.png \
img/packagekit_updates.png \
img/packagekit_updated.png \
img/packagekit_error.png \
img/pointer_entry_bar.png \

View File

@ -11,7 +11,6 @@ images {
image: "packagekit_work2.png" COMP;
image: "packagekit_work3.png" COMP;
image: "packagekit_work4.png" COMP;
image: "packagekit_updates.png" COMP;
image: "packagekit_updated.png" COMP;
image: "packagekit_error.png" COMP;
}
@ -123,8 +122,6 @@ group { name: "e/modules/packagekit/main";
}
description { state: "updates" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "packagekit_updates.png";
}
description { state: "updated" 0.0;
inherit: "default" 0.0;
@ -138,11 +135,11 @@ group { name: "e/modules/packagekit/main";
}
}
part { name: "num_updates"; type: TEXT;
effect: SHADOW;
description { state: "default" 0.0;
text {
font: FNBD;
size: 9;
size: 11;
align: 0.5 0.8;
}
}
}
@ -154,12 +151,17 @@ group { name: "e/modules/packagekit/main";
target: "status";
}
program {
name: "working";
signal: "packagekit,state,working"; source: "e";
action: STATE_SET "running" 0.0;
target: "status";
after: "running";
}
program {
name: "running";
action: STATE_SET "running" 0.0;
target: "status";
transition: LINEAR 0.3;
after: "working";
after: "running";
}
program {
signal: "packagekit,state,updates"; source: "e";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.