/usr/share/gmusicbrowser/layouts/titlebar.layout is in gmusicbrowser 1.1.15~ds0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | #### Overlay layouts for Titlebar plugin
[O_play]
Type= O
Name= _"Play button"
HBmain = Play(size=menu,button=0,tip="%t by %a",group=Play)
[O_stop_play_next]
Type= O
Name= _"Stop, Play and Next buttons"
HBmain = Stop(size=menu,button=0) Play(size=menu,button=0) Next(size=menu,button=0)
[O_stop_play_next_timebar]
Type= O
Name= _"Stop, Play and Next buttons and Time"
HBmain = Stop(size=menu,button=0) Play(size=menu,button=0) TimeBar(minwidth=100,text=%t) Next(size=menu,button=0)
[O_stop_play_next_title_artist]
Type= O
Name= _"Stop, Play and Next buttons and Title/Artist"
HBmain = Stop(size=menu,button=0) Play(size=menu,button=0) Next(size=menu,button=0) _Title_by(minwidth=200)
[O_title_artist_insens_left]
Type= O
Name= _"Insensitive title-artist (left-aligned)"
HBmain = _Title_by(ellipsize=end)
Window = insensitive=1,size=250x1
[O_title_artist_insens_right]
Type= O
Name= _"Insensitive title-artist (right-aligned)"
HBmain = _Title_by(ellipsize=end,xalign=1)
Window = insensitive=1,size=250x1
|