JPEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEG!!!!!!!!!!!!

This commit is contained in:
zmike 2014-02-26 23:02:41 -05:00
parent 5e82658bb1
commit 6bfaa5dd53
1 changed files with 12 additions and 8 deletions

View File

@ -314,22 +314,26 @@
visible: 0;
}
}
#define GROUP_PLAYING_FILTER \
filter: "buffer : fat (alpha); \
grow (8, dst = fat); \
blur (12, src = fat, color = #3499ff); \
blur (4, color = cyan); \
blend ();"
part { name: "album_playing"; type: TEXT; mouse_events: 0;
effect: GLOW;
scale: 1;
description { state: "default";
fixed: 1 0;
rel1.offset: -2 -3;
rel1.offset: -2 -40;
rel1.to: EMPC_PLAYLIST_TEXT_ALBUM;
rel2.offset: -1 1;
rel2.offset: -1 40;
rel2.to: EMPC_PLAYLIST_TEXT_ALBUM;
color: 255 255 255 255;
color2: 0 0 0 192;
color3: 0 0 0 128;
color_class: "text_item_playing";
text { font: "Sans:style=Bold"; size: 12;
text_source: "elm.text";
min: 0 1;
GROUP_PLAYING_FILTER;
}
visible: 0;
}
@ -393,13 +397,12 @@
}
}
part { name: "time_playing"; type: TEXT; mouse_events: 0;
effect: GLOW;
scale: 1;
description { state: "default";
fixed: 1 0;
rel1.offset: -2 -3;
rel1.offset: -2 -40;
rel1.to: EMPC_PLAYLIST_TEXT_TIME;
rel2.offset: -1 1;
rel2.offset: -1 40;
rel2.to: EMPC_PLAYLIST_TEXT_TIME;
color: 255 255 255 255;
color2: 0 0 0 192;
@ -409,6 +412,7 @@
text_source: EMPC_PLAYLIST_TEXT_TIME;
min: 1 1;
align: 0.0 0.5;
GROUP_PLAYING_FILTER;
}
visible: 0;
}