Advertisement
Guest User

panel.rc

a guest
Apr 25th, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. style "panel"
  2. {
  3.  
  4. xthickness = 0
  5. ythickness = 0
  6.  
  7. fg[NORMAL] = "#D7D3C5" # very dark brown
  8. fg[PRELIGHT] = "#9F907D" # text on buttons (hover)
  9. fg[ACTIVE] = "#D7CEB9" # text on unfocused tabs
  10.  
  11.  
  12. bg_pixmap[NORMAL] = "Panel/panel-bg.png"
  13. # bg_pixmap[ACTIVE] = "Panel/panel-bg.png"
  14. # bg_pixmap[SELECTED] = "Panel/panel-bg.png"
  15. # bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png"
  16. # bg_pixmap[PRELIGHT] = "Panel/panel-bg.png"
  17. }
  18.  
  19. #############################################################
  20.  
  21.  
  22. style "panelbar"
  23. {
  24. engine "pixmap"
  25. {
  26. image
  27. {
  28. function = BOX
  29. state = NORMAL
  30. file = "Panel/panel-bg.png"
  31. border = { 0 , 0 , 0 , 0}
  32. stretch = FALSE
  33. }
  34.  
  35.  
  36. image
  37. {
  38. function = BOX
  39. state = ACTIVE
  40. file = "Panel/panel-bg.png"
  41. border = { 0 , 0 , 0 , 0}
  42. stretch = FALSE
  43. }
  44.  
  45.  
  46. image
  47. {
  48. function = BOX
  49. state = INSENSITIVE
  50. file = "Panel/panel-bg.png"
  51. border = { 0 , 0 , 0 , 0}
  52. stretch = FALSE
  53. }
  54.  
  55.  
  56. image
  57. {
  58. function = BOX
  59. state = PRELIGHT
  60. recolorable = TRUE
  61. file = "Menu-Menubar/menubar-item.png"
  62. border = { 4 , 4 , 4 , 4}
  63. stretch = TRUE
  64. }
  65.  
  66. }
  67.  
  68. }
  69.  
  70. widget_class "*Panel*MenuBar*" style "panelbar"
  71.  
  72. #############################################################
  73.  
  74. style "panelbuttons"
  75. {
  76.  
  77. xthickness = 2
  78. ythickness = 1
  79.  
  80. GtkWidget::focus_padding = 2
  81.  
  82. engine "pixmap" {
  83.  
  84. image
  85. {
  86. function = BOX
  87. recolorable = TRUE
  88. state = NORMAL
  89. file = "Panel/panelbutton1.png"
  90. border = { 4, 4, 4, 4 }
  91. stretch = TRUE
  92. }
  93.  
  94. image
  95. {
  96. function = BOX
  97. recolorable = TRUE
  98. state = PRELIGHT
  99. file = "Panel/panelbutton1.png"
  100. border = { 4, 4, 4, 4 }
  101. stretch = TRUE
  102. }
  103.  
  104. image
  105. {
  106. function = BOX
  107. recolorable = TRUE
  108. shadow = OUT
  109. state = PRELIGHT
  110. file = "Panel/panelbutton1.png"
  111. border = { 4, 4, 4, 4 }
  112. stretch = TRUE
  113. #overlay_file = "panelbutton1.png"
  114. #overlay_border = { 4, 4, 4, 4 }
  115. #overlay_stretch = TRUE
  116. }
  117.  
  118. image
  119. {
  120. function = BOX
  121. recolorable = TRUE
  122. shadow = IN
  123. state = PRELIGHT
  124. file = "Panel/panelbutton1.png"
  125. border = { 4, 4, 4, 4 }
  126. stretch = TRUE
  127. #overlay_file = "panelbutton1.png"
  128. #overlay_border = { 4, 4, 4, 4 }
  129. #overlay_stretch = TRUE
  130. }
  131.  
  132. image
  133. {
  134. function = BOX
  135. recolorable = TRUE
  136. state = ACTIVE
  137. file = "Panel/panelbutton1.png"
  138. border = { 4, 4, 4, 4 }
  139. stretch = TRUE
  140. }
  141. image
  142. {
  143. function = BOX
  144. recolorable = TRUE
  145. state = INSENSITIVE
  146. file = "Panel/panelbutton1.png"
  147. border = { 4, 4, 4, 4 }
  148. stretch = TRUE
  149. }
  150. image
  151. {
  152. function = HANDLE
  153. recolorable = TRUE
  154. overlay_file = "Panel/handle-v.png"
  155. overlay_stretch = FALSE
  156. orientation = VERTICAL
  157. }
  158. image
  159. {
  160. function = HANDLE
  161. overlay_file = "Panel/handle-h.png"
  162. overlay_stretch = FALSE
  163. orientation = HORIZONTAL
  164. }
  165.  
  166. }
  167.  
  168. }
  169.  
  170.  
  171. #############################################################
  172.  
  173. class "*Mail*" style "panel"
  174. class "*notif*" style "panel"
  175. class "*Notif*" style "panel"
  176. class "*Tray*" style "panel"
  177. class "*tray*" style "panel"
  178. widget_class "*Mail*" style "panel"
  179. widget_class "*notif*" style "panel"
  180. widget_class "*Notif*" style "panel"
  181. widget_class "*Tray*" style "panel"
  182. widget_class "*tray*" style "panel"
  183. widget "*TrayIcon*" style "panel"
  184. class "*Panel*Applet*" style "panel"
  185. widget_class "*Panel*GtkToggleButton" style "panel"
  186. widget_class "*Panel*GtkButton" style "panel"
  187. widget_class "*.Panel*Button*GtkLabel" style "panel"
  188. widget_class "*.Panel*GtkLabel" style "panel"
  189. widget "*PanelWidget*" style "panel"
  190. widget "*PanelApplet*" style "panel"
  191.  
  192.  
  193.  
  194. widget_class "*Netstatus*" style "panel"
  195. widget_class "*Tomboy*Tray*" style "panel"
  196. widget "*fast-user-switch*" style "panel"
  197. widget_class "*PanelToplevel*" style "panel"
  198. class "Xfce*Panel*" style "panel"
  199. widget_class "*Xfce*Panel*" style "panel"
  200. widget_class "*PanelApplet*" style "panel"
  201. widget_class "*PanelWidget*" style "panel"
  202.  
  203.  
  204. widget_class "*Panel*GtkToggleButton" style "panelbuttons"
  205. widget "*.tasklist-button" style "panelbuttons"
  206.  
  207. widget_class "*PanelToplevel*Button" style "panelbuttons"
  208. widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons"
  209. widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
  210.  
  211. #############################################################
  212. #FIXES THE STANDARD SHUTDOWN-DIALOG ON GNOME
  213. #############################################################
  214.  
  215. style "fix"
  216. {
  217. xthickness = 0
  218. ythickness = 0
  219.  
  220. bg[NORMAL] = "#ECE9E2"
  221. }
  222.  
  223. class "*Panel*" style "fix"
  224.  
  225. #############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement