|
|
|
@ -33,7 +33,8 @@ $anim-transition: 150ms; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tooltip { |
|
|
|
|
background-color: $red; |
|
|
|
|
color: $fg-alt-color; |
|
|
|
|
background-color: $bg-alt-color; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-1, .bar-2 { |
|
|
|
@ -53,28 +54,29 @@ button { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Workspaces |
|
|
|
|
.ws-active { |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: $blue; |
|
|
|
|
} |
|
|
|
|
.ws-inactive { opacity: 0.2; } |
|
|
|
|
|
|
|
|
|
.workspaces { |
|
|
|
|
// background-color: $bg-alt-color; |
|
|
|
|
// transition-property: all; |
|
|
|
|
// transition-duration: 1s; |
|
|
|
|
// padding: .3rem; |
|
|
|
|
// border: solid 1px $black; |
|
|
|
|
// border-radius: $font-size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.ws { |
|
|
|
|
.workspaces > button { |
|
|
|
|
font-size: $font-size; |
|
|
|
|
margin: 4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.ws:hover { |
|
|
|
|
.workspaces > button:hover { |
|
|
|
|
color: $fg-accent; |
|
|
|
|
opacity: 0.8; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.active { |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: $blue; |
|
|
|
|
} |
|
|
|
|
button.inactive { opacity: 0.2; } |
|
|
|
|
|
|
|
|
|
// Generic stuff |
|
|
|
|
scale trough { |
|
|
|
|
all: unset; |
|
|
|
|