Change opacity
This commit is contained in:
parent
18cd88158a
commit
855d48f9d8
|
@ -6,7 +6,7 @@ window:
|
|||
title: Alacritty
|
||||
dynamic_title: true
|
||||
gtk_theme_variant: dark
|
||||
opacity: 0.95
|
||||
opacity: 0.45
|
||||
scrolling:
|
||||
history: 10000
|
||||
font:
|
||||
|
|
|
@ -15,7 +15,7 @@ gaps outer 4
|
|||
font pango:Fira Sans Condensed SemiBold 10
|
||||
|
||||
# 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)
|
||||
# class border bground text indicator child_border
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: alpha(@base03, 0.95);
|
||||
background-color: alpha(@base03, 0.45);
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue