Increase opacity
This commit is contained in:
parent
fb7c410f3e
commit
800bb51677
|
@ -1,7 +1,7 @@
|
|||
window:
|
||||
decorations_theme_variant: "dark"
|
||||
dynamic_title: true
|
||||
opacity: 0.65
|
||||
opacity: 0.85
|
||||
padding:
|
||||
x: 4
|
||||
y: 4
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: alpha(@base03, 0.65);
|
||||
background-color: alpha(@base03, 0.85);
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue