diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 99bea3a..df34222 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -2,6 +2,8 @@ font_size 15.0 symbol_map U+3400-U+4DBF,U+4E00-U+9FFC Noto Sans Mono CJK SC +background_opacity 0.9 + background #263238 foreground #eceff1 color0 #505070 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a80793b..400754d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -18,14 +18,6 @@ shadow-exclude = [ fading = true -################################# -# Transparency / Opacity # -################################# - -opacity-rule = [ - "90:class_i = 'kitty'" -]; - ################################# # General Settings # ################################# @@ -40,4 +32,3 @@ use-ewmh-active-win = true detect-transient = true detect-client-leader = true use-damage = true -