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
|
title: Alacritty
|
||||||
dynamic_title: true
|
dynamic_title: true
|
||||||
gtk_theme_variant: dark
|
gtk_theme_variant: dark
|
||||||
opacity: 0.75
|
opacity: 0.95
|
||||||
scrolling:
|
scrolling:
|
||||||
history: 10000
|
history: 10000
|
||||||
font:
|
font:
|
||||||
|
|
|
@ -24,6 +24,6 @@ text-wrong-color=dc322f
|
||||||
key-hl-color=eee8d5
|
key-hl-color=eee8d5
|
||||||
bs-hl-color=d33682
|
bs-hl-color=d33682
|
||||||
fade-in=0.2
|
fade-in=0.2
|
||||||
grace=2
|
grace=5
|
||||||
grace-no-mouse
|
grace-no-mouse
|
||||||
ignore-empty-password
|
ignore-empty-password
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: alpha(@base03, 0.75);
|
background-color: alpha(@base03, 0.95);
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue