fix lxde notifications
This commit is contained in:
parent
eb0393c7bc
commit
bd31f14960
@ -1,25 +0,0 @@
|
|||||||
style "notify-window"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = "#4d4d4d"
|
|
||||||
XfceNotifyWindow::border-color = "#ffffff"
|
|
||||||
XfceNotifyWindow::border-radius = 10.0
|
|
||||||
XfceNotifyWindow::border-width = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
style "notify-button"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = "#202020"
|
|
||||||
bg[PRELIGHT] = "#404040"
|
|
||||||
fg[NORMAL] = "#ffffff"
|
|
||||||
fg[PRELIGHT] = "#ffffff"
|
|
||||||
}
|
|
||||||
|
|
||||||
style "notify-text"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#ffffff"
|
|
||||||
GtkWidget::link-color = "#a7a7a7"
|
|
||||||
}
|
|
||||||
|
|
||||||
class "XfceNotifyWindow" style "notify-window"
|
|
||||||
widget_class "XfceNotifyWindow.*.GtkButton*" style "notify-button"
|
|
||||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
|
@ -1,27 +1,38 @@
|
|||||||
style "notify-window"
|
style "notify-window"
|
||||||
{
|
{
|
||||||
XfceNotifyWindow::summary-bold = 1
|
XfceNotifyWindow::summary-bold = 1
|
||||||
XfceNotifyWindow::border-color = "#ffffff"
|
XfceNotifyWindow::border-color = "#555"
|
||||||
XfceNotifyWindow::border-radius = 10.0
|
XfceNotifyWindow::border-color-hover = "#555"
|
||||||
XfceNotifyWindow::border-width = 0.0
|
XfceNotifyWindow::border-radius = 7.0
|
||||||
bg[NORMAL] = "#111"
|
XfceNotifyWindow::border-width = 0
|
||||||
|
XfceNotifyWindow::border-width-hover = 0
|
||||||
|
bg[NORMAL] = "#555"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-button"
|
style "notify-button"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = "#202020"
|
bg[NORMAL] = "#555"
|
||||||
bg[PRELIGHT] = "#404040"
|
bg[PRELIGHT] = "#555"
|
||||||
fg[NORMAL] = "#ffffff"
|
bg[ACTIVE] = "#555"
|
||||||
fg[PRELIGHT] = "#ffffff"
|
fg[NORMAL] = "#555"
|
||||||
|
fg[PRELIGHT] = "#555"
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
roundness = 4
|
border_shades = { 2.9, 2.6 }
|
||||||
|
shadow_shades = {2.4,2.4}
|
||||||
|
roundness = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-text"
|
style "notify-text"
|
||||||
{
|
{
|
||||||
fg[NORMAL] = "#ffffff"
|
fg[NORMAL] = "#fff"
|
||||||
GtkWidget::link-color = "#a7a7a7"
|
fg[PRELIGHT] = "#fff"
|
||||||
|
GtkWidget::link-color = "#bbb"
|
||||||
|
}
|
||||||
|
|
||||||
|
style "notify-summary"
|
||||||
|
{
|
||||||
|
font_name = "Bold"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-progressbar"
|
style "notify-progressbar"
|
||||||
@ -30,8 +41,8 @@ style "notify-progressbar"
|
|||||||
ythickness = 1
|
ythickness = 1
|
||||||
|
|
||||||
fg[PRELIGHT] = "#000000"
|
fg[PRELIGHT] = "#000000"
|
||||||
bg[NORMAL] = "#dbdbdb"
|
bg[NORMAL] = "#ddd"
|
||||||
bg[SELECTED] = "#dbdbdb"
|
bg[SELECTED] = "#ddd"
|
||||||
|
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
gradient_shades = {1.1,0.95,1.1,0.85}
|
gradient_shades = {1.1,0.95,1.1,0.85}
|
||||||
@ -42,6 +53,7 @@ style "notify-progressbar"
|
|||||||
}
|
}
|
||||||
|
|
||||||
class "XfceNotifyWindow" style "notify-window"
|
class "XfceNotifyWindow" style "notify-window"
|
||||||
|
widget "XfceNotifyWindow.*.summary" style "notify-summary"
|
||||||
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
|
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
|
||||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
||||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
|
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
style "notify-window"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = "#4d4d4d"
|
|
||||||
XfceNotifyWindow::border-color = "#ffffff"
|
|
||||||
XfceNotifyWindow::border-radius = 10.0
|
|
||||||
XfceNotifyWindow::border-width = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
style "notify-button"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = "#202020"
|
|
||||||
bg[PRELIGHT] = "#404040"
|
|
||||||
fg[NORMAL] = "#ffffff"
|
|
||||||
fg[PRELIGHT] = "#ffffff"
|
|
||||||
}
|
|
||||||
|
|
||||||
style "notify-text"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#ffffff"
|
|
||||||
GtkWidget::link-color = "#a7a7a7"
|
|
||||||
}
|
|
||||||
|
|
||||||
class "XfceNotifyWindow" style "notify-window"
|
|
||||||
widget_class "XfceNotifyWindow.*.GtkButton*" style "notify-button"
|
|
||||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
|
@ -1,27 +1,38 @@
|
|||||||
style "notify-window"
|
style "notify-window"
|
||||||
{
|
{
|
||||||
XfceNotifyWindow::summary-bold = 1
|
XfceNotifyWindow::summary-bold = 1
|
||||||
XfceNotifyWindow::border-color = "#ffffff"
|
XfceNotifyWindow::border-color = "#555"
|
||||||
XfceNotifyWindow::border-radius = 10.0
|
XfceNotifyWindow::border-color-hover = "#555"
|
||||||
XfceNotifyWindow::border-width = 0.0
|
XfceNotifyWindow::border-radius = 7.0
|
||||||
bg[NORMAL] = "#111"
|
XfceNotifyWindow::border-width = 0
|
||||||
|
XfceNotifyWindow::border-width-hover = 0
|
||||||
|
bg[NORMAL] = "#555"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-button"
|
style "notify-button"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = "#202020"
|
bg[NORMAL] = "#555"
|
||||||
bg[PRELIGHT] = "#404040"
|
bg[PRELIGHT] = "#555"
|
||||||
fg[NORMAL] = "#ffffff"
|
bg[ACTIVE] = "#555"
|
||||||
fg[PRELIGHT] = "#ffffff"
|
fg[NORMAL] = "#555"
|
||||||
|
fg[PRELIGHT] = "#555"
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
roundness = 4
|
border_shades = { 2.9, 2.6 }
|
||||||
|
shadow_shades = {2.4,2.4}
|
||||||
|
roundness = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-text"
|
style "notify-text"
|
||||||
{
|
{
|
||||||
fg[NORMAL] = "#ffffff"
|
fg[NORMAL] = "#fff"
|
||||||
GtkWidget::link-color = "#a7a7a7"
|
fg[PRELIGHT] = "#fff"
|
||||||
|
GtkWidget::link-color = "#bbb"
|
||||||
|
}
|
||||||
|
|
||||||
|
style "notify-summary"
|
||||||
|
{
|
||||||
|
font_name = "Bold"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-progressbar"
|
style "notify-progressbar"
|
||||||
@ -30,8 +41,8 @@ style "notify-progressbar"
|
|||||||
ythickness = 1
|
ythickness = 1
|
||||||
|
|
||||||
fg[PRELIGHT] = "#000000"
|
fg[PRELIGHT] = "#000000"
|
||||||
bg[NORMAL] = "#dbdbdb"
|
bg[NORMAL] = "#ddd"
|
||||||
bg[SELECTED] = "#dbdbdb"
|
bg[SELECTED] = "#ddd"
|
||||||
|
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
gradient_shades = {1.1,0.95,1.1,0.85}
|
gradient_shades = {1.1,0.95,1.1,0.85}
|
||||||
@ -42,6 +53,7 @@ style "notify-progressbar"
|
|||||||
}
|
}
|
||||||
|
|
||||||
class "XfceNotifyWindow" style "notify-window"
|
class "XfceNotifyWindow" style "notify-window"
|
||||||
|
widget "XfceNotifyWindow.*.summary" style "notify-summary"
|
||||||
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
|
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
|
||||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
||||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
|
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user