Opacity Changes, DWM Screen Layout & Rclone Fix

- Change alacritty opacity to 0.9
- Change deadd notification opacity to 1.0
- dwm screen layout & rclone fix
This commit is contained in:
Sravan Balaji
2020-08-25 00:32:21 -04:00
parent e03e9fea4a
commit 92532c3a8c
3 changed files with 3 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ colors:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.75 background_opacity: 0.9
#selection: #selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"

View File

@@ -104,7 +104,7 @@ maxImageSize = 100
# Background color for the notification center. # Background color for the notification center.
background = rgba(40, 42, 54, 0.75) background = rgba(40, 42, 54, 1.0)
# Background color for the notification popups. # Background color for the notification popups.
notiBackground = rgba(40, 42, 54, 1.0) notiBackground = rgba(40, 42, 54, 1.0)