Change opacity

This commit is contained in:
theanonymousexyz 2022-05-30 15:00:59 +02:00
parent 18cd88158a
commit 855d48f9d8
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.95
opacity: 0.45
scrolling:
history: 10000
font:

View File

@ -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

View File

@ -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;
}