NoPaste

xfce4-notify

von ottonormal

SNIPPET_TEXT:
  1. style "notify-window" {
  2.   XfceNotifyWindow::summary-bold = 1
  3.   XfceNotifyWindow::border-color = shade(1.3, @titlebar_bg_color)
  4.   XfceNotifyWindow::border-color-hover = shade(1.3, @titlebar_bg_color)
  5.   XfceNotifyWindow::border-radius = 3.0
  6.   XfceNotifyWindow::border-width = 1.0
  7.   XfceNotifyWindow::border-width-hover = 1.0
  8.  
  9.   bg[NORMAL] = @titlebar_bg_color
  10. }
  11.  
  12. style "notify-button" {
  13.   bg[NORMAL] = shade(1.1, @titlebar_bg_color)
  14.   bg[PRELIGHT] = shade(1.2, @titlebar_bg_color)
  15.   bg[ACTIVE] = shade(1.15, @titlebar_bg_color)
  16.  
  17.   fg[NORMAL] = @titlebar_fg_color
  18.   fg[PRELIGHT] = shade(1.1, @titlebar_fg_color)
  19.   fg[ACTIVE] = @selected_fg_color
  20.  
  21.   engine "murrine" {
  22.     gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  23.     border_shades = { 1.0, 1.0 }
  24.     roundness = 2
  25.     textstyle = 0
  26.   }
  27. }
  28.  
  29. style "notify-text" {
  30.   GtkWidget::link-color = @selected_bg_color
  31.  
  32.   fg[NORMAL] = shade(1.0, @titlebar_fg_color)
  33.   fg[PRELIGHT] = shade(1.1, @titlebar_fg_color)
  34.   fg[ACTIVE] = shade(1.0, @titlebar_fg_color)
  35.  
  36.   engine "murrine" {
  37.     textstyle = 0
  38.   }
  39. }
  40.  
  41. style "notify-summary" {
  42.     font_name = "Bold"
  43. }
  44.  
  45. style "notify-progressbar" {
  46.   GtkProgressBar::min-horizontal-bar-height = 4
  47.  
  48.   xthickness   = 0
  49.   ythickness   = 0
  50.  
  51.   fg[PRELIGHT] = shade(0.8, @titlebar_bg_color)
  52.   bg[NORMAL]   = @selected_bg_color
  53.   bg[ACTIVE] = shade(0.8, @titlebar_bg_color)
  54.   bg[SELECTED] = @selected_bg_color
  55.  
  56.   engine "murrine" {
  57.     gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  58.     border_shades = { 1.0, 1.0 }
  59.     trough_shades = { 1.0, 1.0 }
  60.     trough_border_shades = { 1.0, 1.0 }
  61.     progressbarstyle = 0
  62.     roundness = 2
  63.     textstyle = 0
  64.   }
  65. }
  66.  
  67. class "XfceNotifyWindow" style "notify-window"
  68. widget "XfceNotifyWindow.*.summary" style "notify-summary"
  69. widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
  70. widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
  71. widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
  72. widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN