Skip to content

Commit

Permalink
Add initial support for the gtk3 port of xfce4-notifyd
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Jun 29, 2016
1 parent 8f7a499 commit 0aa96d0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions gtk-3.0/apps/xfce.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,34 @@ TopMenuAppMenuBar.menubar {
TopMenuAppMenuBar.menubar > .menuitem {
color: @panel_fg_color;
}

#XfceNotifyWindow .osd {
background-color: shade(@panel_bg_color, 0.3);
color: @panel_fg_color;
border-color: shade(@panel_bg_color, 0.6);
}

#XfceNotifyWindow.osd GtkButton {
border-color: shade(@panel_fg_color, 0.35);
border-radius: 3px;
}

#XfceNotifyWindow.osd GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 6px;
border-radius: 3px;
}

#XfceNotifyWindow.osd GtkProgressBar.progressbar {
background-image: none;
background-color: @panel_fg_color;
border: 1px solid transparent;
}

#XfceNotifyWindow.osd GtkProgressBar.trough {
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 0.65),
shade(@panel_bg_color, 1.25)
);
border: 1px solid shade(@panel_bg_color, 0.2);
border-radius: 3px;
}

0 comments on commit 0aa96d0

Please sign in to comment.