Adjustments

Alacritte & Waybar: Increase opacity
Swaylock: Increase grace period
This commit is contained in:
the_4n0nym0u53 2022-03-05 15:29:32 +01:00
parent b3fba4ec73
commit 61da6ec21b
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ window:
title: Alacritty
dynamic_title: true
gtk_theme_variant: dark
opacity: 0.75
opacity: 0.95
scrolling:
history: 10000
font:

View File

@ -24,6 +24,6 @@ text-wrong-color=dc322f
key-hl-color=eee8d5
bs-hl-color=d33682
fade-in=0.2
grace=2
grace=5
grace-no-mouse
ignore-empty-password

View File

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