/usr/share/gx_head/skins/clear.rc is in guitarix 0.28.2-4.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | #
# This is the GTK rc style file for default
#
include "common.rc"
style "gx_head_none"
{
GxPaintBox::icon-set =1000
}
class "*GxPaintBox" style:highest "gx_head_none"
style "gx_head_blue_skin_icons"
{
stock["bigknob"] = {{"tactile_knob_large_151f.png"}}
stock["smallknob"] = {{"tactile_knob_small_99f.png"}}
stock["smallknobr"] = {{"tactile_knob_medium_151f.png"}}
}
class "*GxKnob" style "gx_head_blue_skin_icons"
style "gx2_head_skin_knob_animation"
{
GxKnob::framecount = 0 # use 0 for auto (assumes square frames)
# and >1 for non squareframe animations
}
class "*GxKnob" style "gx2_head_skin_knob_animation"
style "gx1_head_wheel_icons"
{
stock["wheel_back"] = {{"tactile_wheel_101f.png"}}
GxWheel::framecount = 101 # use 0 for auto (assumes square frames)
# and >1 for non squareframe animations
}
class "*GxWheel" style "gx1_head_wheel_icons"
style "gx1_head_wheel_vertical_icons"
{
stock["wheel_vertical_back"] = {{"tactile_h_wheel_101f.png"}}
GxWheelVertical::framecount = 101 # use 0 for auto (assumes square frames)
# and >1 for non squareframe animations
}
class "*GxWheelVertical" style "gx1_head_wheel_vertical_icons"
style "gx2_head_skin_switch_icons"
{
stock["switchit_on"] = {{"tactile_backlit_switchit_on.png"}}
stock["switchit_off"] = {{"tactile_backlit_switchit_off.png"}}
}
class "*GxToggleImage" style "gx2_head_skin_switch_icons"
|