Guest User

xfce-panel.rc

a guest
Jan 4th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. style "theme-panel" = "dark"
  2. {
  3. xthickness = 1
  4. ythickness = 1
  5.  
  6. bg[NORMAL] = shade (0.35, @bg_color_dark)
  7. bg[ACTIVE] = shade (0.65, @bg_color_dark)
  8. bg[PRELIGHT] = shade (0.85, @selected_bg_color)
  9. bg[SELECTED] = shade (0.65, @selected_bg_color)
  10.  
  11. fg[NORMAL] = shade (0.9, @base_color)
  12. fg[PRELIGHT] = @base_color
  13. fg[ACTIVE] = shade (0.9, @base_color)
  14. fg[SELECTED] = shade (0.9, @base_color)
  15.  
  16. text[NORMAL] = shade (0.9, @base_color)
  17. text[PRELIGHT] = @base_color
  18. text[ACTIVE] = shade (0.9, @base_color)
  19. text[SELECTED] = shade (0.9, @base_color)
  20.  
  21. engine "murrine" {
  22. roundness = 0
  23. glowstyle = 0
  24. glazestyle = 0
  25. textstyle = 1
  26. text_shade = 0.2
  27. }
  28. }
  29.  
  30. style "theme-panel-text"
  31. {
  32. fg[NORMAL] = @base_color
  33. fg[PRELIGHT] = "#d00000"
  34. fg[ACTIVE] = @base_color
  35.  
  36. text[NORMAL] = @base_color
  37. text[PRELIGHT] = "#d00000"
  38. text[ACTIVE] = @base_color
  39.  
  40. engine "murrine" {
  41. textstyle = 1
  42. text_shade = 0.2
  43. }
  44. }
  45.  
  46. style "panel-entry" = "dark"
  47. {
  48. fg[NORMAL] = @text_color
  49. fg[PRELIGHT] = @text_color
  50. fg[ACTIVE] = @text_color
  51. fg[SELECTED] = @text_color
  52. fg[INSENSITIVE] = @text_color
  53.  
  54. text[NORMAL] = @text_color
  55. text[PRELIGHT] = @text_color
  56. text[ACTIVE] = @text_color
  57. text[SELECTED] = @text_color
  58. text[INSENSITIVE] = @text_color
  59.  
  60. }
  61.  
  62. style "theme-main-menu-text" = "theme-panel-text"
  63. {
  64. fg[PRELIGHT] = "#ffffff"
  65. text[PRELIGHT] = "#ffffff"
  66. }
  67.  
  68. style "workspace-switcher" = "theme-panel"
  69. {
  70. bg[SELECTED] = shade (0.8, @selected_bg_color)
  71. }
  72.  
  73. style "window-buttons" = "theme-panel"
  74. {
  75. xthickness = 3
  76. ythickness = 3
  77.  
  78. bg[ACTIVE] = shade (0.65, @selected_bg_color)
  79. bg[PRELIGHT] = shade (0.85, @selected_bg_color)
  80. bg[SELECTED] = shade (0.85, @selected_bg_color)
  81.  
  82. fg[NORMAL] = shade (0.7, @base_color)
  83. fg[ACTIVE] = @base_color
  84. fg[PRELIGHT] = @base_color
  85.  
  86. engine "murrine" {
  87. contrast = 0.0
  88. gradient_shades = { 1.0, 0.9, 0.8, 0.7 }
  89. roundness = 1
  90. reliefstyle = 0
  91. textstyle = 1
  92. text_shade = 0.2
  93. }
  94. }
  95.  
  96. style "indicator" = "theme-panel"
  97. {
  98. xthickness = 0
  99. ythickness = 0
  100. }
  101.  
  102. widget "*PanelWidget*" style "theme-panel"
  103. widget "*PanelApplet*" style "theme-panel"
  104. widget "*fast-user-switch*" style "theme-panel"
  105. widget "*CPUFreq*Applet*" style "theme-panel"
  106. class "PanelApp*" style "theme-panel"
  107. class "PanelToplevel*" style "theme-panel"
  108. widget_class "*PanelToplevel*" style "theme-panel"
  109. widget_class "*notif*" style "theme-panel"
  110. widget_class "*Notif*" style "theme-panel"
  111. widget_class "*Tray*" style "theme-panel"
  112. widget_class "*tray*" style "theme-panel"
  113. widget_class "*computertemp*" style "theme-panel"
  114. widget_class "*Applet*Tomboy*" style "theme-panel"
  115. widget_class "*Applet*Netstatus*" style "theme-panel"
  116.  
  117. # Fixes for tooltip text in some apps.
  118. widget_class "*Notif*Beagle*" style "theme-panel"
  119. widget_class "*Notif*Brasero*" style "theme-panel"
  120.  
  121. # XFCE panel theming.
  122. widget "*Xfce*Panel*" style "theme-panel"
  123. class "*Xfce*Panel*" style "theme-panel"
  124. widget "*WnckPager*" style "workspace-switcher"
  125.  
  126. # Fix gtk-entries in the panel
  127. class "GtkEntry" style "combo"
  128. class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin
  129. widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin
  130.  
  131. # Make sure panel text color doesn't change
  132. widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
  133. widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
  134. widget "*.clock-applet-button.*" style "theme-panel-text"
  135. widget "*PanelApplet*" style "theme-panel-text"
  136.  
  137. # Override general panel-style with specific plugin-styles
  138. widget "*indicator-applet*" style "indicator"
  139. widget "*indicator-button*" style "indicator"
  140. widget "*XfceTasklist*" style "window-buttons"
Advertisement
Add Comment
Please, Sign In to add comment