Advertisement
Gotolei

xfce4-notifyd gtkrc

May 16th, 2014
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. style "gr-window"
  2. {
  3. bg[NORMAL] = "#202020"
  4. XfceNotifyWindow::border-color = "#d4d4d4"
  5. XfceNotifyWindow::border-color-hover = "#ffffff"
  6. XfceNotifyWindow::border-radius = 8.0
  7. XfceNotifyWindow::border-width-hover = 2.0
  8. XfceNotifyWindow::summary-bold = 1
  9. }
  10. class "XfceNotifyWindow" style "gr-window"
  11.  
  12. style "gr-button"
  13. {
  14. bg[NORMAL] = "#202020"
  15. bg[PRELIGHT] = "#282828"
  16. bg[ACTIVE] = "#181818"
  17. fg[NORMAL] = "#ffffff"
  18. fg[PRELIGHT] = "#ffffff"
  19. fg[ACTIVE] = "#ffffff"
  20. font_name = "Droid Sans"
  21. }
  22. widget_class "XfceNotifyWindow.*.GtkButton*" style "gr-button"
  23.  
  24. style "gr-text"
  25. {
  26. font_name = "Droid Sans 8"
  27. fg[NORMAL] = "#ffffff"
  28. GtkWidget::link-color = "#a7a7a7"
  29. }
  30. widget_class "XfceNotifyWindow.*.<GtkLabel>" style "gr-text"
  31.  
  32. style "gr-summary"
  33. {
  34. font_name = "Droid Sans Bold 10"
  35. }
  36. widget "XfceNotifyWindow.*.summary" style "gr-summary"
  37.  
  38. style "gr-notify-progressbar"
  39. {
  40. xthickness = 3
  41. ythickness = 3
  42.  
  43. bg[NORMAL] = "#202020"
  44. bg[SELECTED] = "#d4d4d4"
  45.  
  46. engine "industrial"
  47. {
  48. contrast = 0
  49. rounded_buttons = FALSE
  50. }
  51. }
  52. widget_class "XfceNotifyWindow.*.<GtkProgress>" style "gr-notify-progressbar"
  53. widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "gr-notify-progressbar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement