tweak opacity
This commit is contained in:
@@ -12,7 +12,7 @@ window:
|
||||
dynamic_padding: false
|
||||
|
||||
decorations: none
|
||||
opacity: 0.85
|
||||
opacity: 0.65
|
||||
|
||||
#class:
|
||||
#instance: Alacritty
|
||||
@@ -491,7 +491,7 @@ colors:
|
||||
cyan: "#6d96a5"
|
||||
white: "#aeb3bb"
|
||||
|
||||
transparent_background_colors: true
|
||||
transparent_background_colors: false
|
||||
|
||||
#import:
|
||||
# - $HOME/.config/alacritty/theme/nord.yml
|
||||
|
||||
@@ -38,8 +38,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
# Opacity rules
|
||||
opacity-rule = [
|
||||
"80:class_g = 'Rofi'",
|
||||
"95:class_g = 'Alacritty' && focused",
|
||||
"70:class_g = 'Alacritty' && !focused",
|
||||
"75:class_g = 'Alacritty' && focused",
|
||||
"60:class_g = 'Alacritty' && !focused",
|
||||
"90:class_g = 'Termite' && focused",
|
||||
"70:class_g = 'Termite' && !focused",
|
||||
"90:class_g = 'kitty' && focused",
|
||||
|
||||
Reference in New Issue
Block a user