Change opacity
This commit is contained in:
parent
18cd88158a
commit
855d48f9d8
|
@ -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.95
|
opacity: 0.45
|
||||||
scrolling:
|
scrolling:
|
||||||
history: 10000
|
history: 10000
|
||||||
font:
|
font:
|
||||||
|
|
|
@ -15,7 +15,7 @@ gaps outer 4
|
||||||
font pango:Fira Sans Condensed SemiBold 10
|
font pango:Fira Sans Condensed SemiBold 10
|
||||||
|
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
output * bg /usr/share/backgrounds/Artix_dna_spiral_dark.jpg fill
|
output * bg ~/Pictures/Wallpapers/wallpaper fill
|
||||||
|
|
||||||
# Colors (border, bground and text only apply to window titlebars)
|
# Colors (border, bground and text only apply to window titlebars)
|
||||||
# class border bground text indicator child_border
|
# class border bground text indicator child_border
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: alpha(@base03, 0.95);
|
background-color: alpha(@base03, 0.45);
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue