Increase opacity

This commit is contained in:
Sam A. 2023-01-20 21:47:36 +01:00
parent fb7c410f3e
commit 800bb51677
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
window:
decorations_theme_variant: "dark"
dynamic_title: true
opacity: 0.65
opacity: 0.85
padding:
x: 4
y: 4

View File

@ -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;
}