[taffybar] Update look to navy/bottomLeft workspace labels
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@define-color black #000000;
|
||||
@define-color taffy-blue #0c7cd5;
|
||||
@define-color taffy-navy rgb(25, 30, 55);
|
||||
@define-color taffy-red rgba(255, 65, 81, 1.0);
|
||||
|
||||
@define-color active-window-color @white;
|
||||
@define-color urgent-window-color @taffy-blue;
|
||||
@@ -15,9 +16,10 @@
|
||||
.taffy-window * {
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;2
|
||||
font-weight: bold;
|
||||
color: @font-color;
|
||||
border-radius: 4px;
|
||||
text-shadow: 2px 2px @black;
|
||||
}
|
||||
|
||||
.taffy-box {
|
||||
@@ -33,33 +35,27 @@
|
||||
}
|
||||
|
||||
.contents {
|
||||
padding: 3px;
|
||||
padding: 2px;
|
||||
transition: background-color .5s;
|
||||
border-color: @white;
|
||||
opacity: 1;
|
||||
/* border-radius: 6px; */
|
||||
}
|
||||
|
||||
/* Workspaces styling */
|
||||
|
||||
.workspace-label {
|
||||
padding-right: 3px;
|
||||
padding-right: 4px;
|
||||
padding-left: 2px;
|
||||
font-size: 12pt;
|
||||
color: rgba(255.0, 255.0, 255.0, 1.0);
|
||||
padding-top: 0px;
|
||||
font-size: 10pt;
|
||||
color: @white;
|
||||
opacity: 1;
|
||||
font-weight: bold;
|
||||
transition: color .5s;
|
||||
text-shadow: 2px 2px @black;
|
||||
}
|
||||
|
||||
.active .workspace-label {
|
||||
padding-right: 3px;
|
||||
padding-left: 2px;
|
||||
font-size: 14pt;
|
||||
color: rgba(1.0, 1.0, 1.0, 0.0);
|
||||
}
|
||||
|
||||
|
||||
.contents {
|
||||
/* background-color: rgba(0.0, 0.0, 0.0, 0.85); */
|
||||
}
|
||||
|
||||
.contents .window-icon {
|
||||
opacity: .5;
|
||||
@@ -70,12 +66,24 @@
|
||||
}
|
||||
|
||||
.active .contents {
|
||||
background-color: rgba(255, 65, 81, 1.0);
|
||||
background-color: rgba(255.0, 255.0, 255.0, 0.2);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.overlay-box {
|
||||
transition: background-color .5s;
|
||||
}
|
||||
|
||||
.active .overlay-box {
|
||||
padding: 0px;
|
||||
/* background-color: rgba(0, 0, 0, 1.0); */
|
||||
border-color: @white;
|
||||
border-width: 3px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.visible .contents {
|
||||
background-color: rgba(255, 65, 81, 1.0);
|
||||
border-color: @white;
|
||||
}
|
||||
|
||||
.window-icon-container {
|
||||
|
||||
Reference in New Issue
Block a user