Increase transparency

This commit is contained in:
Sam A. 2024-04-27 00:09:24 +02:00
parent 495650bb99
commit 7b80aaddcb
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ history = 10000
[window]
dynamic_title = false
opacity = 0.95
opacity = 0.75
title = "Alacritty"
[window.padding]

View File

@ -37,7 +37,7 @@
}
window#waybar {
background-color: alpha(@base03, 0.95);
background-color: alpha(@base03, 0.75);
transition-property: background-color;
transition-duration: .5s;
}