[taffybar] New versions of gtk-sni-tray and status-notifier-item

This commit is contained in:
2018-05-12 10:02:30 -07:00
parent 90dfd5bf8c
commit c165225803
4 changed files with 57 additions and 44 deletions

View File

@@ -5,54 +5,36 @@
@define-color font-color #FFFFFF;
.Contents {
padding: 3px;
transition: border-color .5s;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 2px;
padding-left: 2px;
transition: bordert-color .5s, background-color .5s;
border-radius: 5px;
border-style: solid;
border-width: 1px;
border-color: rgba(1.0, 1.0, 1.0, 0.0);
}
.Active .Contents, .Visible .Contents {
border-color: #FFFFFF;
.Active .WorkspaceContents, .Visible .WorkspaceContents {
background-color: rgba(0.0, 0.0, 0.0, 0.5);
}
.Contents {
padding: 5px;
}
.InnerPad {
padding: 4px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 2px;
padding-right: 2px;
}
.WorkspaceLabel {
padding-right: 3px;
padding-left: 2px;
font-size: 12pt;
}
.IconContainer {
transition: border-color .5s;
border-radius: 0px;
border-bottom: solid;
border-width: 1px;
border-color: rgba(1.0, 1.0, 1.0, 0.0);
}
.IconContainer.Active {
border-color: #FFFFFF;
}
.IconContainer.Urgent {
transition: background-color .5s;
background-color: @urgent-window-color;
}
.IconContainer.Minimized .IconImage {
transition: opacity .5s;
opacity: .3;
}
.IconImage {
transition: opacity .5s;
padding: 0px;
opacity: 1;
font-size: 10pt;
}
.Windows * {
@@ -83,8 +65,8 @@
}
.Taffybar * {
font-family: "Fira Sans", sans-serif;
font-size: 12pt;
font-family: "Noto Sans", sans-serif;
font-size: 10pt;
color: @font-color;
}
@@ -105,3 +87,32 @@
.OuterPad *:hover {
box-shadow: inset 0 -3px #0c7cd5;
}
.IconImage {
transition: opacity .5s, background-color .5s;
opacity: 1;
}
.IconContainer {
border-bottom: 0px;
transition: opacity .5s, box-shadow 1s;
padding-bottom: 2px;
opacity: 1;
}
.IconContainer.Active {
border-color: rgba(255, 255, 255, 1.0);
/* background-color: rgba(255, 255, 255, 0.3); */
border-radius: 0px;
opacity: 1;
box-shadow: inset 0 -3px #FFFFFF;
}
.IconContainer.Urgent {
box-shadow: inset 0 -3px @urgent-window-color;
}
.IconContainer.Minimized .IconImage {
transition: opacity .5s;
opacity: .3;
}