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:
@@ -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"
|
||||||
|
@@ -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)
|
||||||
|
Submodule .config/dwm updated: 65a43ffa9f...dedee93f33
Reference in New Issue
Block a user