;
; Nice simple usable skin based on KDE icons, the neep font and the default skin
; by Rdiger Kuhlmann
;

section = movieplayer
window = main
  decoration = enable
  font = Symbol, Symbol
  font = Bold, Bold
  base = Main, -1, -2

  button = Load,         5,   5, 28, 28, evLoad
  button = Subload,     33,   5, 28, 28, evLoadSubtitle
  button = Audio,       61,   5, 28, 28, evLoadAudioFile
  button = Playlist,   102,   5, 28, 28, evPlaylist
  button = Equalizer,  130,   5, 28, 28, evEqualizer
  button = About,      290,   5, 28, 28, evAbout
  button = Iconify,    327,   5, 28, 28, evIconify
  button = Fullscreen, 355,   5, 28, 28, evFullScreen
  button = Exit,       383,   5, 28, 28, evExit

  dlabel =   5, 40, 404, 0,    Bold, "[$t] $o   "

  hpotmeter = Handle, 15, 13, NULL, 100,  0,   5,  60, 404, 13, evSetMoviePosition
  hpotmeter = Handle, 15, 13, NULL, 100, 50,   5,  80, 100, 13, evSetBalance
  hpotmeter = Handle, 15, 13, NULL, 100, 50, 105,  80, 100, 13, evSetVolume
  dlabel =                                   226,  80, 260,  0, Bold, "$W $x x $y $C"
  dlabel =                                    35,  98, 100,  0, Bold, "$B"
  dlabel =                                   135,  98, 100,  0, Bold, "$V"
  dlabel =                                   226,  98, 260,  0, Bold, "$A $1 / $6"

  button = Stop,         5, 120, 28, 28, evStop
  button = Play,        33, 120, 28, 28, evPlaySwitchToPause
  button = Pause,       33, 120, 28, 28, evPauseSwitchToPlay
  dlabel =              65, 120, 28, 28, Symbol, "$l"
  dlabel =              65, 120, 28, 28, Symbol, "$s"
  dlabel =              65, 120, 28, 28, Symbol, "$e"
  dlabel =              93, 120, 28, 28, Symbol, "$T"
  dlabel =             121, 120, 28, 28, Symbol, "$a"
  ; Remove the comment sign from the line below if you apply the patch
  ; next_id.patch that comes with this skin.
  ;button = AudioNext,  155, 120, 28, 28, evAudioNext
  button = Prev,       188, 120, 28, 28, evPrev
  button = Back,       216, 120, 28, 28, evBackward10sec
  button = Forward,    244, 120, 28, 28, evForward10sec
  button = Next,       272, 120, 28, 28, evNext
end

window = sub
  base = Subwindow,-1,-1
  background = 93,134,168
end
end
