~cbguder/dusttheme/0.3

« back to all changes in this revision

Viewing changes to Dust/gtk-2.0/gtkrc

  • Committer: Ricardo Mariano III
  • Date: 2009-01-18 00:12:40 UTC
  • Revision ID: kido@kido-laptop-20090118001240-nuyj9g9quqne3vyp
Add XFCE GTK support -- fixes #318320. Thanks, Artyom Smirnov!

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
widget "*TomboyTray*"                                   style "murrine-panel" # Workaround for Tomboy
632
632
widget "*TomboyApplet*"                                 style "murrine-panel"
633
633
 
 
634
#XFCE panel workaroud
 
635
widget_class "*notif*"          style "murrine-panel"
 
636
widget_class "*Notif*"          style "murrine-panel"
 
637
widget_class "*Tray*"           style "murrine-panel"
 
638
widget_class "*tray*"           style "murrine-panel"
 
639
widget "*Xfce*Panel*"           style "murrine-panel"
 
640
class "*Xfce*Panel*"            style "murrine-panel"
 
641
 
634
642
# The window of the tooltip is called "gtk-tooltip"
635
643
widget "gtk-tooltip*" style "murrine-tooltips"
636
644