97% opacity

This commit is contained in:
lelgenio 2019-10-21 17:55:20 -03:00
parent 33342b7447
commit 4e3ca8bcb3
4 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ font_size 12
#colors
cursor #cc5757
background #202020
background_opacity 0.95
background_opacity 0.97
# black

View File

@ -228,3 +228,4 @@ text/plain=nvim.desktop;
text/html=browser.desktop
x-scheme-handler/http=browser.desktop
x-scheme-handler/https=browser.desktop
application/pdf=org.pwmt.zathura.desktop

View File

@ -216,6 +216,8 @@
smart_gaps on
smart_borders on
for_window [class=code] opacity .98
# }}}
# Daemons {{{
#

View File

@ -33,7 +33,7 @@ window#waybar.solo{
window#waybar.termite {
background-color: rgba(30,30,30,0.95);
background-color: rgba(30,30,30,0.97);
border: none;
}