Adjustments
Alacritte & Waybar: Increase opacity Swaylock: Increase grace period
This commit is contained in:
parent
b3fba4ec73
commit
61da6ec21b
|
@ -6,7 +6,7 @@ window:
|
|||
title: Alacritty
|
||||
dynamic_title: true
|
||||
gtk_theme_variant: dark
|
||||
opacity: 0.75
|
||||
opacity: 0.95
|
||||
scrolling:
|
||||
history: 10000
|
||||
font:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue