mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-12 16:43:07 +00:00
~
This commit is contained in:
parent
445ff01ac5
commit
c1b9398d1b
859 changed files with 5951 additions and 6 deletions
176
assets/e16-themes/Sun/e16/imageclasses/epplets.cfg
Normal file
176
assets/e16-themes/Sun/e16/imageclasses/epplets.cfg
Normal file
|
@ -0,0 +1,176 @@
|
|||
BEGIN_IMAGE(EPPLET_BACKGROUND_HORIZONTAL)
|
||||
IMAGE_NORMAL("artwork/epplets/bg_h.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_BACKGROUND_VERTICAL)
|
||||
IMAGE_NORMAL("artwork/epplets/bg_v.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_BUTTON)
|
||||
IMAGE_NORMAL("artwork/epplets/button_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/button_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/button_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_TOGGLEBUTTON_OFF)
|
||||
IMAGE_NORMAL("artwork/epplets/togglebutton_up.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/togglebutton_up.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/togglebutton_down.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_TOGGLEBUTTON_ON)
|
||||
IMAGE_NORMAL("artwork/epplets/togglebutton_down.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/togglebutton_down.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/togglebutton_up.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_DRAWINGAREA)
|
||||
IMAGE_NORMAL("artwork/epplets/drawingarea.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_HSLIDER_BASE)
|
||||
IMAGE_NORMAL("artwork/epplets/slider_base_h.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_HSLIDER_KNOB)
|
||||
IMAGE_NORMAL("artwork/epplets/slider_knob_h.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/slider_knob_h.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_VSLIDER_BASE)
|
||||
IMAGE_NORMAL("artwork/epplets/slider_base_v.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_VSLIDER_KNOB)
|
||||
IMAGE_NORMAL("artwork/epplets/slider_knob_v.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/slider_knob_v.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_POPUP_BASE)
|
||||
IMAGE_NORMAL("artwork/epplets/bg_v.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_POPUP_ENTRY)
|
||||
IMAGE_NORMAL("artwork/epplets/button_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/button_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/button_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_HBAR_BASE)
|
||||
IMAGE_NORMAL("artwork/epplets/drawingarea.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_HBAR_BAR)
|
||||
IMAGE_NORMAL("artwork/epplets/bar.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_VBAR_BASE)
|
||||
IMAGE_NORMAL("artwork/epplets/drawingarea.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_VBAR_BAR)
|
||||
IMAGE_NORMAL("artwork/epplets/bar.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_ARROW_UP)
|
||||
IMAGE_NORMAL("artwork/epplets/arrow_up_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/arrow_up_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/arrow_up_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_ARROW_DOWN)
|
||||
IMAGE_NORMAL("artwork/epplets/arrow_down_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/arrow_down_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/arrow_down_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_ARROW_LEFT)
|
||||
IMAGE_NORMAL("artwork/epplets/arrow_left_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/arrow_left_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/arrow_left_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_ARROW_RIGHT)
|
||||
IMAGE_NORMAL("artwork/epplets/arrow_right_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/arrow_right_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/arrow_right_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_PLAY)
|
||||
IMAGE_NORMAL("artwork/epplets/play_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/play_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/play_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_STOP)
|
||||
IMAGE_NORMAL("artwork/epplets/stop_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/stop_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/stop_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_PAUSE)
|
||||
IMAGE_NORMAL("artwork/epplets/pause_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/pause_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/pause_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_PREVIOUS)
|
||||
IMAGE_NORMAL("artwork/epplets/prev_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/prev_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/prev_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_NEXT)
|
||||
IMAGE_NORMAL("artwork/epplets/next_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/next_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/next_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_EJECT)
|
||||
IMAGE_NORMAL("artwork/epplets/eject_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/eject_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/eject_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_CLOSE)
|
||||
IMAGE_NORMAL("artwork/epplets/close_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/close_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/close_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_FAST_FORWARD)
|
||||
IMAGE_NORMAL("artwork/epplets/ff_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/ff_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/ff_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_REWIND)
|
||||
IMAGE_NORMAL("artwork/epplets/rw_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/rw_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/rw_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_REPEAT)
|
||||
IMAGE_NORMAL("artwork/epplets/repeat_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/repeat_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/repeat_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_SKIP)
|
||||
IMAGE_NORMAL("artwork/epplets/skip_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/skip_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/skip_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_HELP)
|
||||
IMAGE_NORMAL("artwork/epplets/help_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/help_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/help_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
||||
BEGIN_IMAGE(EPPLET_CONFIGURE)
|
||||
IMAGE_NORMAL("artwork/epplets/config_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_HILITED("artwork/epplets/config_fg.png", __STRETCH, 2, 2, 2, 2)
|
||||
IMAGE_CLICKED("artwork/epplets/config_cl.png", __STRETCH, 2, 2, 2, 2)
|
||||
END_IMAGE
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue